Skip to content
Discussion options

You must be logged in to vote

Hi @prescriptionlifeline

You're right that removing the year from a date field can make things tricky when using a calendar picker. Calendar views rely on the year to correctly determine the day of the week, which makes them less practical for selecting yearless date ranges like "Jan 15 to Apr 15."

The best way to handle this use case would be to create a custom field. Instead of using a calendar picker, the custom field could provide two text inputs for entering the start and end of the range in a MM-DD format. This approach avoids the confusion of irrelevant calendar years and focuses solely on capturing the day and month values. You can then add backend validations to ensure the inputs…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jcastroa87
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants