Hi, I have 2 grids in site with using formatter date. First grid work perfect. But second one is displaying bad date.
JSON data:
…..
“started”:”2012-06-29 13:44:24″
…..
With using:
1 formatter:'date',formatoptions:{srcformat:'Y-m-d H:i:s',newformat:'l, j. F Y, G:i:s'}
|
1 |
it display: |
1 Sunday, 1. August 2027, 0:00:00
|
1 |
Without it display: |
1 2012-06-29 13:44:24
|
1 |
I am using jqGrid 3.8 |
|
1 |
|
1 |
Any idea what is wrong with formatter? |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top