Ticket #848 (closed defect: fixed)

Opened 2 years ago

Last modified 13 months ago

[patch] I added 'f' format to date.js

Reported by: anonymous Owned by: dylan
Priority: normal Milestone:
Component: Date Version: 0.3
Severity: normal Keywords: patch
Cc:

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

date.js (23.4 kB) - added by anonymous 2 years ago.

Change History

Changed 2 years ago by anonymous

Changed 2 years ago by dylan

  • status changed from new to assigned
  • component changed from General to Date
  • summary changed from I added 'f' format to date.js to [patch] I added 'f' format to date.js
  • owner changed from Luca Stancapiano to dylan
  • milestone set to 0.4
  • keywords patch added

Changed 2 years ago by dylan

  • status changed from assigned to closed
  • resolution set to fixed

Thanks for the patch, fixed in [4896] (CLA confirmed)

Changed 13 months ago by anonymous

  • milestone deleted

Milestone 0.4 deleted

Note: See TracTickets for help on using tickets.