I have a service call that returns a datetime stamp from sql server database. I believe its gregorian calendar.
ex /Date(1355762048307+0000)/
I need to display this in a more readable format like MM/DD/YYYY hh:mm:ss
. How can i do this in javascript of jquery?