Hi, In my application, I use a lot of DateTime field. I have a lot of query which use a dateTime field. For example: - Select all data for a selected week - Select all data for a selected month, or year So, what is the best method to handle these query : -> Use a DateTime field, but with SQLite, function...