Quantcast
Channel: Our ComponentOne » All Posts
Viewing all articles
Browse latest Browse all 14170

Reply To: DataFormatString with DateTime

$
0
0

Hello.

Thank you for your sample. As it turns out the problem isn’t with the times above 23:00 but it’s caused by DST. Any time that was during DST is shown as +1 hour in the grid. To reproduce modify your sample as follows: change DataFormatString="dd.MM.yyyy HH:mm" to see the time part and insert 2 records in the Database11.mdb file (I used 01.08.2013 10:00:00 and 01.12.2013 10:00:00). When I run the sample with these changes the grid shows 01.08.2013 11:00 and 01.12.2013 10:00.

So my question is, how to change it so the grid doesn’t modify the time during DST?

Thank you


Viewing all articles
Browse latest Browse all 14170

Trending Articles