I am trying to create a form field for the datetime property, which allows the user to use the calendar to select a date, and also be able to graphically select the time.
I managed to get a jQuery UI DatePicker running on a date, but I have no way to represent the time.
Is there one component that does both?
source share