Proper way to format date from database using javascript/jquery

Posted by Darcy on Stack Overflow See other posts from Stack Overflow or by Darcy
Published on 2010-04-15T21:19:51Z Indexed on 2010/04/15 21:23 UTC
Read the original article Hit count: 294

Filed under:
|
|
|
|

Hi all,

I am calling my database which contains a datetime datatype. The date looks like this:

2005-05-23 16:06:00.000

I would like to display this in a table when a user selects a certain item from a list. I call my controller action and return Json of all the times and put them in a table. The problem is the date is completely wrong. What is displayed is this:

/Date(1255470180000)/

The date that is returned isn't even parsable (which I don't want to do anyway) so I can't even get the data if I wanted to. Any ideas?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about LINQ