I have an XMLDataProvider and I am having an issue displaying dates.
This is my DataProvider in the .xaml file:
<
This is my gridview column:
<
<GridViewColumn.CellTemplate><DataTemplate>
I cannot seems to display the date in a more readable format using StringFormat or ContentStringFormat.
The date is always displayed as : 2011-08-08T00:00:00+01:00
Any suggestions or advice would be welcomed.
VulpesPosted Aug 10, 2011, 2:40 PM