lblMessage.Text = DateTime.Now.ToString();
Cette instruction affiche la date :24/03/2009 12:46:54
Pour afficher cette date selon le format jj/MM/aaaa:
lblMessage.Text = DateTime.Now.ToString("dd/MM/yyyy");
Réference:
http://msdn.microsoft.com/en-us/library/system.globalization.datetimeformatinfo(VS.71).aspx
Aucun commentaire:
Enregistrer un commentaire