Modify ↓
Opened 20 years ago
Closed 20 years ago
#1314 closed defect (duplicate)
Date format hint on Edit Milestone Info page incorrect.
Reported by: | anonymous | Owned by: | Christopher Lenz |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | roadmap | Version: | 0.8 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The date format hint on the Edit Milestone Info page says: Format: MM/DD/YY.
But, Trac expects the format to be: MM/DD/YYYY.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This is a duplicate of #974 which has been fixed in 0.8.1
It's actually a bit more complicated than you indicated since the date formatting and parsing is all done with the Python libs that account for the server's locale, so the date format can vary.