October 30, 2017
How to use DateTime datatype in SQLite Using Room
UncategorizedadminSQLite does not have a storage class for storing dates and/or times. Instead, the built-in Date and Time Functions of SQLite are capable of storing dates and times as TEXT, REAL, or INTEGER values: