Having Trouble opening app on iPhone.
Posted: Mon Mar 10, 2014 3:08 pm
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hello,
Could you provide a mapping to which you add this code?
Please replace your code with the following one:
pre
code
var arr = value.split(/[- :]/);
var date = new Date(arr[0], arr[1]-1, arr[2], arr[3], arr[4], arr[5]);
return jQuery.datepicker.formatDate("dd/mm/yy", date);
/code
/pre
that fixed the issue. Thank you