R
ruca
Hi
I want to format some columns of my DataGrid control.
Example, one of my fields of DataSet is a DATE field and in BD he is Ok, but
when I show him in datagrid he comes with hours too. I don´t want that.
2nd Example:
Field in BD:
DtSegm
17-02-2004
Note: When I save to DB I format Date to put like above
In DataGrid shows like this:
DtSegm
17-02-2004 10:30:45
How can I change that.
I want to format some columns of my DataGrid control.
Example, one of my fields of DataSet is a DATE field and in BD he is Ok, but
when I show him in datagrid he comes with hours too. I don´t want that.
2nd Example:
Field in BD:
DtSegm
17-02-2004
Note: When I save to DB I format Date to put like above
In DataGrid shows like this:
DtSegm
17-02-2004 10:30:45
How can I change that.