DateTime Format Strings?

Posted by Phil on Stack Overflow See other posts from Stack Overflow or by Phil
Published on 2010-06-02T10:37:48Z Indexed on 2010/06/02 10:43 UTC
Read the original article Hit count: 268

Filed under:
|
|
|

I have the date format string dd-mm-yy. Please can you tell me how to add hours and minutes to the string (i.e 13-03-2010.21.03) ....

DateTime.Today.ToString("dd-mm-yy") ?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about datetime