Date format in a datagrid
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Set the
DataGridTextBoxColumn.Format
property (for theDataGrid
column that displays that field) to one of the format strings defined for theDataTimeFormatInfo
class (like "d" for a short date, or "D" for a long date).Microsoft MVP, Visual C# My Articles
-
Set the
DataGridTextBoxColumn.Format
property (for theDataGrid
column that displays that field) to one of the format strings defined for theDataTimeFormatInfo
class (like "d" for a short date, or "D" for a long date).Microsoft MVP, Visual C# My Articles