开发者

Removing 01/01/1 dates in jqgrid

开发者 https://www.devze.com 2023-03-06 21:40 出处:网络
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?

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".

0

精彩评论

暂无评论...
验证码 换一张
取 消