Modify ↓
#11416 closed defect (fixed)
date/time picker cannot accept 24 hour on Trac 1.1.1
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | 1.1.2 |
Component: | general | Version: | 1.1.1dev |
Severity: | normal | Keywords: | datepicker, jqueryui |
Cc: | Branch: | ||
Release Notes: |
Fix date/time picker not working with 24 hour time since updating to jquery-ui-addon v1.1.1 |
||
API Changes: | |||
Internal Changes: |
Description (last modified by )
The date/time picker's format has been changed since https://github.com/trentrichardson/jQuery-Timepicker-Addon/commit/1bb1b4fcefaa168fcef6283e93dd496e16260033, v1.1.0.
See also http://trentrichardson.com/2012/11/03/get-ready-here-is-timepicker-1-1/.
- Before v1.1.0
hh
withampm
is 12 hourhh
withoutampm
is 24 hour
- After v1.1.0
hh
is 12 hourHH
is 24 hour
Reported at https://groups.google.com/d/msg/trac-users/1Xi8cz-m1KY/7E8ZgU6WjKgJ.
Attachments (0)
Change History (3)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 11 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
comment:3 by , 11 years ago
Keywords: | jqueryui added |
---|
Note:
See TracTickets
for help on using tickets.
Fixed in [12372].