date splitter in c# data display as d/m/yyyy 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")