My application sends timestamp data to jqgrid (like "1268913728759").
Now I want to format it as dd/mm/yyyy .
In jqGrid I added the following line, but didn't work
{name:'testDate',index:'testDate', width:100, formatter:'date', formatoptions: {srcformat: 'ts',newformat:'d/m/Y'}}
source share