Hi all!
I created one question on StackOverflow: http://stackoverflow.com/questions/7916881/jqgrid-formatting-date-returns-wrong-date-solved
As you can see, the date returned when you have daylight saving time is incorrect (tested with brazilian portuguese) and to solve this issue I changed
timestamp.getDate()
for
|
1 |
timestamp.getUTCDate() |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top