Removing 01/01/1 dates in jqgrid
For null dates returned from server the jqgrid is showing as 01/01/1. How I can re开发者_JAVA技巧move the dates on showing them in the grid at all?
Vijaya Anand
If you use predefined date formatter (formatter:'date'
) the problem which you describe not exist.
The small demo shows that undefined filed with dates, empty strings and null
values will be displayed as empty cells and not as "01/01/1".
精彩评论