Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get a Date String out of DateTime String
Message
From
03/02/2005 09:56:14
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00983438
Message ID:
00983446
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
Dmitry,

Try using the following.
DateTime test = new DateTime(4, 2, 3);
Console.WriteLine(test.Date.ToShortDateString());
Regards
Neil
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform