Hello everyone,

I can't get my milliseconds to display properly in my DateColumn:

Column:

<ext:DateColumn ColumnID="Created" Header="Created" Width="130" DataIndex="Created" Format="dd/MM/yyyy H:mm:ss:u"/>
Store:

<ext:RecordField Name="Created" Type="Date" Mapping="Created" />
The date always displays as 01/01/2011 23:59:59:000 with the milliseconds always as 000, regardless of what is in the data source.

any help is greatly appreciated.