Hi,
I’ve started making use of the datetime picker.
I have run into a few things which make it more difficult to use for the end user:
-
I haven’t found a way to take the user or client locale into account, as reported also here: Date time picker: other languages?
-
It would be very useful to be able to constrain the input to only dates in the future, or dates in the past, depending on the use case. For example I use it for the user to set a reminder, and a reminder has no use if set in the past
-
I also haven’t found a way to independently change the style of the Reset, Cancel and OK button. They all seem to have the same classes. Is there a way to either attribute different classes to one or the other, or alternatively to change their color independently ? (for example Cancel in Red and OK in green).