Date Time conversion

Posted by Zerotoinfinite on Stack Overflow See other posts from Stack Overflow or by Zerotoinfinite
Published on 2010-05-09T13:54:27Z Indexed on 2010/05/09 13:58 UTC
Read the original article Hit count: 123

Filed under:

Hi All,

I am getting datetime as 1/2/2010 11:29:30 which I am displaying in a gridview. and I want to convert it to "Feb 1, 2010 at 11:29".

Please let me know how to convert it like this.

Thanks in advance.

Note: I am using asp.net with C#.

© Stack Overflow or respective owner

Related posts about ASP.NET