<
<GridViewColumn.CellTemplate><DataTemplate>
<Label Width="200" Content="{Binding XPath=//person/data/date}"></Label>
</DataTemplate>
</GridViewColumn.CellTemplate>
</GridViewColumn>
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.