Well, I fetch timestamp from my table using a php page with getJSON. Here is the structure.
main.php --> using getJSON (abc.php) --> value from my table
Is t
var dt=eval(unixtimestamp*1000); var myDate = new Date(dt); return(myDate.toLocaleString());
this will give an output like:10/27/2014, 12:58:45 PM
10/27/2014, 12:58:45 PM