DateTime.Parse(_add_time).ToString("yy-MM-dd HH:mm:ss");//24小时制 DateTime.Parse(_add_time).ToString("yy-MM-dd hh:mm:ss");//12小时制
注意HH大小写