hi
a have a gridview with datafield column which is bound to a datetime column.
i want the grid column to show the date when the day is first, like this: 24/2/2009
i tried the following format:
DataFormatString="{0:dd/MM/YYYY}"
but the grid is still shows the date when the month is first.
where was i wrong ?