how to get rid of the slashes in datetime variables c# code example
Example: how to get rid of the slashes in datetime variables c#
DataTime d = new DateTime(2010, 05, 06);
string s = d.ToString("MMddyyyy");
DataTime d = new DateTime(2010, 05, 06);
string s = d.ToString("MMddyyyy");