HH为24小时制,hh为12小时制
string time1=System.DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");string time2=System.DateTime.Now.ToString("yyyy-MM-dd hh:mm:ss");