I am a parsing a file into a sqlite database that contains dates in the YYYY-MM-DD format. I want to store the entries into sqlite in such a way that I can sort the entries by d
Instead of storing date in format "YYYY-MM-DD", store the time-stamp of that date and that will help you to sorting the table.