DiscordTime / sticky-sessions-android

StickySessions is an app that helps teams to share and store their thoughts through digital-like retrospective sessions
9 stars 6 forks source link

Create isDateValid on Session model #162

Open ehammo opened 5 years ago

ehammo commented 5 years ago

On app/src/main/java/br/org/cesar/discordtime/stickysessions/domain/model/Session.java create a isDateValid() to check if createdAt != null && !createdAt.isEmpty(). And if date is invalid return -1 on getYear, getMonth and getDay