I have a DateItem. I initialize the value to a new Date(), with the time values zeroed out (HH:MM:SS == 00:00:00).
When I click the DateChooser icon, it resets the time value to "12:00:00."
How can I set the default time values for a given DateItem's chooser? For a given DateItem, I might want the time value to always be 00:00:00, or 23:59:59, etc.
How to?
When I click the DateChooser icon, it resets the time value to "12:00:00."
How can I set the default time values for a given DateItem's chooser? For a given DateItem, I might want the time value to always be 00:00:00, or 23:59:59, etc.
How to?
Comment