Does jqGrid’s datefmt support the JavaScript date syntax or only the PHP date syntax? The jqGrid documentation doesn’t seem to be clear about the excepted formats.
Does jqGrid’s datefmt support the JavaScript date syntax or only the PHP date syntax
Share
The best place to answer on such question is to look in the source code of the date formatter. How you can see from the place in the code jqGrid supports only one character formatting syntax from PHP. I personally don’t use PHP and would prefer another date format. Moreover having another date format one can easy use globalization plugin.
You can try to place new feature request in the trirand forum. If would be nice to be able to choose format of date as additional jqGrid parameter.