this.TextBox1.Text = dt.ToString("yyyy-MM-dd hh:mm");  //12
this.TextBox1.Text = dt.ToString("yyyy-MM-dd HH:mm");  //24

相关文章: