Is your feature request related to a problem? Please describe.
It would be nice if we could have an option to allow users to specify the time and timezone for the date they are providing.
Describe the solution you'd like
I would like to have an attribute I could add to specify to the duet date picker that I want to allow the user to select time and timezones.
Describe alternatives you've considered
I can currently achieve this by selecting time and timezones via different fields outside of the date picker and using JS to make a date object from the datepicker, time field and timezone field.
Is your feature request related to a problem? Please describe. It would be nice if we could have an option to allow users to specify the time and timezone for the date they are providing.
Describe the solution you'd like I would like to have an attribute I could add to specify to the duet date picker that I want to allow the user to select time and timezones.
Or alternatively if I could enable this option in the same way as localization is allowed:
Describe alternatives you've considered I can currently achieve this by selecting time and timezones via different fields outside of the date picker and using JS to make a date object from the datepicker, time field and timezone field.
Additional context I imagine the date picker would look something like this with the time and timezone options enabled: http://openjdk.java.net/projects/openjfx/ux/datePicker/images/datepicker-time.png