hello!
how can i output this date?
jan-08-2006 and 08:12 AM
tnx
Printable View
hello!
how can i output this date?
jan-08-2006 and 08:12 AM
tnx
If you have a DateTime object that you want to convert to a specific string representation then you call its ToString method and specify the format. Rather than answering this specific question I'll provide a link to information about date/time formatting. That way you'll be able to produce any format you want.
http://msdn2.microsoft.com/en-us/library/97x6twsz.aspx