DateTime format

  • Thread starter Thread starter PawelR
  • Start date Start date
P

PawelR

Hello group,
In my webapps I have datagrid binding with table from dataset. In table I
have columns with datetime format.
In dataGrid date is display in format "yyyy-mm-dd hh-mm-ss" but I want only
"yyyy-mm-dd".
This column is "Template Column"
How do it?
 
Perhaps you can in the format column for the specific column in datagrid
property builder, use something like:
{0:yyyy-mm-dd} ... that not be exactly right but it's close I think.
HTH, Bob
 
Back
Top