A Place for C Sharpers/.Netters

I Will do coding till last moment of life-Kiran Patil

Posts Tagged ‘DateTime’

DateTime formatting with C#.NET

Posted by kiranpatils on March 19, 2008

Whenever you want to format any DateTime in C#.NET and want to return it with specific type then you should use overloaded function of ToString(“<Pattern to get>”).

Some of it is here:

http://www.codeproject.com/KB/cs/DateTime_Patterns.aspx

Enjoy!!

Posted in Uncategorized | Tagged: | Leave a Comment »