Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# datetime current

DateTime now = DateTime.Now;
string strDate = now.ToString("YYYY-MM-dd");
 
PREVIOUS NEXT
Tagged: #datetime #current
ADD COMMENT
Topic
Name
7+5 =