DateTime dateTime = DateTime.Now; string strDateTime = dateTime.ToString( "yyyy '- 'MM '- 'dd ' 'HH ': 'mm ': 'ss "); return strDateTime;