Search and Top Navigation
#2566 closed enhancement (duplicate)
Opened March 20, 2008 05:29AM UTC
Closed July 08, 2008 06:30AM UTC
24 hour Time Picker Added to UI Datepicker v3.4
Reported by: | jdean | Owned by: | grabanski |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.datepicker | Version: | 1.5b4 |
Keywords: | calendar date time picker | Cc: | |
Blocked by: | Blocking: |
Description
For an internal project we needed a calendar with time picker as well so we have updated UI Datepicker with a 24 hour time picker.
The updated js and css files are attached if anyone wants to use them or incorporate back into a future version of UI Datepicker.
The new date format codes are
HH - Hours
II - Minutes
SS - seconds.
eg: dateFormat: 'yy-mm-dd HH:II:SS',
New parameters
showTime: true,
timePos: 'top' or 'bottom',
New class
datepicker_time
Regards
James Dean