DateTimePicker assign default time #7408
yhranik-vp
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using two
DateTimePicker
components to build a date + time range selector.When you click on a date in the calendar, the time is always set to "00:00." For the end date selection, I would like to set it to "23:59" by default.
Proposal: Provide an optional prop for the
DateTimePicker
component that allows assigning a default time upon date selection.Beta Was this translation helpful? Give feedback.
All reactions