Hi, I'm trying to display date and time using javascript just after a text label mapped REST response using this script,
return $.datepicker.formatDate('dd/mm/yy hh:mm:ss', new Date(value));
and I'm not getting the correct time:
22/01/2014 hh:01:ss
what am I missing?
Thanks in advance,
Jose