I\'m taking my first crack at Ajax with jQuery. I\'m getting my data onto my page, but I\'m having some trouble with the JSON data that is returned for Date data types. Basi
If you say in JavaScript,
var thedate = new Date(1224043200000); alert(thedate);
you will see that it's the correct date, and you can use that anywhere in JavaScript code with any framework.