json 中返回的日期库是 1371700800000。我正在尝试将其转换为 mm/dd/yyyy 格式。
我有下面的代码在 jqgrid 中格式化,但仍然将日期的值作为 NaN/NaN/NaN。我正在使用 jqgrid 4.4.1 版。请帮忙。
{name:'inactiveDate',index:'inactiveDate', width:30, formatter:'date', formatoptions: {srcformat:"d/m/Y H:i A", newformat: 'ShortDate' },editable:true,edittype:"text",editoptions: {size: 10, maxlengh: 10,dataInit : function (elem) {
$(elem).datepicker();
}}}