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

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Socket.connect doesn't throw exception in Android -

SPSS keyboard combination alters encoding -