I have a c# DateTime that shows up as Date(1309513219184) when I try to include it in my web page with javascript. I would like it to show as something like 07/01/2011 09:30.
Is there a way that I can format this in javascript or should I first do some kind of c# format and then print as a javascript string?
How can I format it?