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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -