Edgewall Software

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#11416 closed defect (fixed)

date/time picker cannot accept 24 hour on Trac 1.1.1 — at Version 2

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 Jun Omae)

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 with ampm is 12 hour
    • hh without ampm is 24 hour
  • After v1.1.0
    • hh is 12 hour
    • HH is 24 hour

Reported at https://groups.google.com/d/msg/trac-users/1Xi8cz-m1KY/7E8ZgU6WjKgJ.

Change History (2)

comment:1 by Jun Omae, 10 years ago

Description: modified (diff)
Owner: set to Jun Omae
Status: newassigned

comment:2 by Jun Omae, 10 years ago

Release Notes: modified (diff)
Resolution: fixed
Status: assignedclosed

Fixed in [12372].

Note: See TracTickets for help on using tickets.