Sunday, July 8, 2012

Retrieve System Date to a String C#

String s = DateTime.Now.ToString("dd/MM/yyyy");
MessageBox.Show(s);

No comments:

Post a Comment