Hello,
SmartGWT version: 2.4
Using a SQL datasource, I'm retrieving a SQL datetime from db in a datasource with a fieldType Date.
The value in db: 2009-06-16 11:21:21.92
The javascript value: addedDate:new Date(1245124800000)
The listgrid displayed value: 2009-06-16 00:00
Why is it loosing the hour:minute values ?
thanks
SmartGWT version: 2.4
Using a SQL datasource, I'm retrieving a SQL datetime from db in a datasource with a fieldType Date.
The value in db: 2009-06-16 11:21:21.92
The javascript value: addedDate:new Date(1245124800000)
The listgrid displayed value: 2009-06-16 00:00
Why is it loosing the hour:minute values ?
thanks
Comment