【发布时间】:2012-04-17 10:36:57
【问题描述】:
我使用 BindingSource 将我的 DataGridView 与 Microsoft Access DB 连接起来。
DB 中的字段是 Time is a Long Time (Input Mask is 99:00 >LL;0;_)
DataGridView 显示
1899 年 12 月 30 日上午 9:56
时间正确,但 DataGridView 显示的是 12/30/1899
请帮忙!
【问题讨论】:
-
这是一个 WinForm 应用程序,而不是一个 ASP 页面
标签: c# binding datagridview bindingsource