| Issue 1146: | GMT Offset in dateFormatters | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Can you please add the option of GMT offset to the date formatters?
/* function */
O: function (d) { return (-d.getTimezoneOffset() < 0 ? '-' : '+') + (Math.abs(d.getTimezoneOffset() / 60)); },
/* use */
month: "MMMM yyyy '[GMT'O']'",
/* displays */
October 2011 [GMT-4]
Please
Aug 14, 2013
(No comment was entered for this change.)
Status:
Accepted
Labels: -Type-Enhancement Type-Feature
Aug 21, 2015
Discussion for this issue has moved to the following URL: https://github.com/fullcalendar/fullcalendar/issues/1413 This is because Google Code is shutting down. Apologies if you are being pestered with these notifications. This is a one-time event. Happy coding, Adam
Status:
ExportedToGithub
|
|
| ► Sign in to add a comment |
125 KB View Download