Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reminder Screen - Date and Time Pickers #14

Merged
merged 3 commits into from
Aug 29, 2022

Conversation

MKiperszmid
Copy link
Owner

Preview Date Picker and Time Picker

var updatedDate = state.date
updatedDate = updatedDate.withDayOfYear(event.date.dayOfYear)
updatedDate = updatedDate.withMonth(event.date.monthValue)
updatedDate = updatedDate.withYear(event.date.year)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the purpose of these lines? Just missing some context here

@MKiperszmid MKiperszmid merged commit 6302ebe into master Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants