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

C#
0

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

DataTime d = new DateTime(2010, 05, 06);
string s = d.ToString("MMddyyyy");
Posted by: Guest on September-01-2020

Code answers related to "how to get rid of the slashes in datetime variables c#"

C# Answers by Framework

Browse Popular Code Answers by Language