标签: c# asp.net
我将当前系统日期和时间存储在数据库中。运行此错误时将会发生。 这是我的编码.. 我在我的数据库中使用datetype作为日期
DateTime d = DateTime.Now; TextBox5.Text = d.ToShortDateString();