Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to get rid of the slashes in datetime variables c#

DataTime d = new DateTime(2010, 05, 06);
string s = d.ToString("MMddyyyy");
Source by social.msdn.microsoft.com #
 
PREVIOUS NEXT
Tagged: #rid #slashes #datetime #variables
ADD COMMENT
Topic
Name
4+4 =