To simplify the handling of times in different time
zones, time is always represented as the number of milliseconds
after midnight independent of time zone.
It handles flexible
input and normalizes the value when the control loses focus. For
example, type "12p" in the box and hit TAB.
The UTCDateTimeUtils class
is provided for use on the server to allow conversion to a Date on a
known day in a known TimeZone.
Note: These demos use the "en" locale with
default date/time formats, but other locales and formats can be specified.
UTCTimeBox Demo
UTCTimeBox ValueChangeEvents (most recent on top)