jquery - How to change date format in jqgrid -
i have 1 issue related jqgrid. have date shown in jqgrid table "fri may 17 00:00:00 ist 2013" .i want change format "17/5/2013".how can it?
{name:'checkin', index:'checkin', width:60, searchoptions:{sopt:['eq']}},
this code.
try these:
formatter: 'date', formatoptions: { srcformat: 'd/m/y', newformat: 'd/m/y'}
given here: jqgrid json date format
Comments
Post a Comment