Hi,
I'm using the datagrid view to display transactions. (asp .net 2.0),
one of the bound fields is DateTime type, when displayed on the grid view it shows the full field with it's time stamp i.e. 3/3/2008 12:00:00 AM.
my question is how can i strip it down and only show the date part it on the grid.
hope it make sense.
TIA
I'm using the datagrid view to display transactions. (asp .net 2.0),
one of the bound fields is DateTime type, when displayed on the grid view it shows the full field with it's time stamp i.e. 3/3/2008 12:00:00 AM.
my question is how can i strip it down and only show the date part it on the grid.
hope it make sense.
TIA
Comment