| Issue 1494: | Date format issue for IE and Firefox when using JSON but works in Chrome. | |
| 2 people starred this issue and may be notified of changes. | Back to list |
When you have the following date format in your json response
Here is an example.
{"id":43001,"title":"name","start":"2012-08-11 13:37:22","end":"2012-08-11 13:37:22","allDay":false}
if the date format is "2012-08-11 9:37:22" , this will not render in IE and firefox. Only works in Chrome. The date format required is "2012-08-11 09:37:22" for it to work on IE and Firefox.
I dont know if this is a bug or not, just thought i will report it.
Thanks,
Jan 3, 2013
#1
Gomas....@gmail.com
Jan 3, 2013
Nope. You have to generate the 0 before the 9 in your JSON.
Aug 15, 2013
(No comment was entered for this change.)
Status:
WontFix
|
|
| ► Sign in to add a comment |