Hi,
I am trying to change the date retrieved from database and format it into "dd/mm/yyyy".
I tried input this ("$.datepicker.formatDate('dd/mm/yy', new Date(value));" and "return $.format.date(value, "dd MMMM, yyyy");" into the js in the mapping, however it does not work.
Is any problem with my coding? How can I accomplish this?