I have used renderer to display date in my desired format
{data: “lastPaintDate”, type: ‘date’,renderer: ‘my.custom’, dateFormat: ‘DD/MM/YYYY’,correctFormat: true},
and it displayed correctly as below
But as soon as i am clicking the date cell to change the date through datepicker the date is being converted to full date with timestamp. See below:
And after that if I select a date from datepicker it gets converted to “MM/DD/YYYY” and sometimes “NaN/NaN/NaN” because date is taking the place of month. Have a look below:
Kindly look into this matter and suggest necessary solution.
Thanks