Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get a Date String out of DateTime String
Message
De
03/02/2005 09:56:14
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00983438
Message ID:
00983446
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform