I’m creating Android apps and need to save date/time of the creation record. The SQLite docs say, however, \"SQLite does not have a storage class set aside for storing dates
Store it in a field of type long. See Date.getTime() and new Date(long)
long
Date.getTime()
new Date(long)