Hi,
I have a column defined as –
{ text: ‘myDate’, align:’right’ ,datafield: ‘followupdate’, filtertype: ‘date’, columntype: ‘datetimeinput’,width: 150, cellsalign: ‘right’, cellsformat: ‘dd/MM/yyyy’ },
When I get the data I get a long date & time format.
I wish to get the same format as displayed.
I tried using the getCellText method but this returns undefined (row is a valid row number).
value = $(‘#jqxgrid’).jqxGrid(‘getcelltext’, row, “followupdate”);
Any ideas what went wrong? or how can I set the value of the cell (after chosing from the calendar) to be the same as displayed?
Thanks.