c# datetime get date day of month code example
Example: get day month year from date c#
// can add : or / to seperate dates and time
DateTime.Now.ToString("yyyyMMddhhmmss")
// can add : or / to seperate dates and time
DateTime.Now.ToString("yyyyMMddhhmmss")