此问题在此处已有答案:
How to format DateTime columns in DataGridView?(7个答案)
去年关闭了。
MYSQL绑定导入,DateTime中也显示时间(12:00:00 AM),我想显示日期,不显示时间
例如)2012年8月11日上午12:00:00(X)
08-11-22 (O)
此代码绑定到GridView。
MySqlCommand cmd = new MySqlCommand(strqry, conn);
cmd.CommandType = CommandType.Text;
MySqlDataAdapter adapt = new MySqlDataAdapter(strqry, conn);
adapt.Fill(dataTable);
GridView.DataSource = dataTable;
1条答案
按热度按时间w46czmvw1#
在网格HTML中
地点“{0:M-dd-yyyy}”