#848 closed defect (fixed)
[patch] I added 'f' format to date.js
Reported by: | anonymous | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Date | Version: | 0.3 |
Keywords: | patch | Cc: | |
Blocked By: | Blocking: |
Description
with that format it's maybe to put off "0" ahead numerical month (as for "e" format for day)
into date.js for dojo.date.format:
case "f": month as a decimal number, a single digit is
preceded by a space (range ' 1' to '12')
if (padChar == null) { padChar = ""; } return _(dateObject.getMonth()+1); break;
Attachments (1)
Change History (4)
Changed 15 years ago by
comment:1 Changed 15 years ago by
Component: | General → Date |
---|---|
Keywords: | patch added |
Milestone: | → 0.4 |
Owner: | changed from Luca Stancapiano to dylan |
Status: | new → assigned |
Summary: | I added 'f' format to date.js → [patch] I added 'f' format to date.js |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for the patch, fixed in [4896] (CLA confirmed)