D
davebythesea
Hi folks,
Just a quick question regarding the DateTime type and how it is stored in a
Sql Mobile database.
When a DateTime value is stored in the database, is it always stored in the
same format?
I had a look at a DateTime value in my mobile app's database and it looks
like this when viewed through Query Analyzer -
2007-11-15 00:00:00
Will the DateTime values always be stored in this format?
When I display that value in a data grid cell it looks like this -
11/15/07
I would prefer it says - 15/11/07. But to do that would I have to store the
value differently, or somehow display it differently?
Thanks for any tips,
Dav
Just a quick question regarding the DateTime type and how it is stored in a
Sql Mobile database.
When a DateTime value is stored in the database, is it always stored in the
same format?
I had a look at a DateTime value in my mobile app's database and it looks
like this when viewed through Query Analyzer -
2007-11-15 00:00:00
Will the DateTime values always be stored in this format?
When I display that value in a data grid cell it looks like this -
11/15/07
I would prefer it says - 15/11/07. But to do that would I have to store the
value differently, or somehow display it differently?
Thanks for any tips,
Dav