My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 64: 'd' and 'D' in date formatting
2 people starred this issue and may be notified of changes. Back to list
Status:  Released
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by para...@gmail.com, Jul 23, 2009
Hi, 

(sorry for my english), as i see in source You forget about day parse in 
$.fullCalendar.formatDate(date, format) i add "d" in dateFormatters
diff below :) : 


1196a1197
>                       'd': function(d) { return d.getDate() },

Thanx for gr8 plugin ;) 

Bye. 
Jul 23, 2009
#1 para...@gmail.com
And for 2-digits day format: 

			'D': function(d) { return zeroPad(d.getDate())},

Jul 31, 2009
Project Member #2 adamrs...@gmail.com
thank you paramah, this will be in the next release.
Summary: 'd' and 'D' in date formatting
Status: Accepted
Labels: -Type-Defect Type-Enhancement
Sep 21, 2009
Project Member #3 adamrs...@gmail.com
1.3 has a brand new, more powerful formatDate format
(http://arshaw.com/fullcalendar/docs/date-utils.php). respond to this thread if any
troubles. thanks.
Status: Fixed
Aug 13, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #5 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released
Sign in to add a comment

Powered by Google Project Hosting