c# DateTime culture day month year 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")