Sqlite : What is proper practice to store Date field ?
Publicado: Vie Sep 19, 2014 1:40 pm
Sqlite normally stores data as numeric value in the database. Xailer gives us the option to store the date value as numeric value (as default for sqlite) or store it date as character sting.
My question what is proper and prevalent method of storing Dates in Sqlite ? As Numeric Value or as Date character string ?
If we go for Date as character string, does it allow to operate on it like add or deduct days to it ?
Kindly guide and oblige.
Milan.
My question what is proper and prevalent method of storing Dates in Sqlite ? As Numeric Value or as Date character string ?
If we go for Date as character string, does it allow to operate on it like add or deduct days to it ?
Kindly guide and oblige.
Milan.