Hi,
My grid has 2 collumns showing dates from the datasource which is hooked up to the database.
I serached for a fix for this and found alot of diffrent solutions yet none of them seem to work for me.
Column in grid:
<telerik:GridBoundColumn DataField="created_date" DataType="System.DateTime" FilterControlAltText="Filter created_date column" HeaderText="created date" SortExpression="created_date" UniqueName="created_date" FilterControlWidth="75px" DataFormatString="{0:yyyy/MM/dd}" meta:resourcekey="GridBoundColumnResource24"></telerik:GridBoundColumn>
DataBase:
Output:
Any suggestions is much appriciated.
