The SQLite strftime()
function enables you to return a date and time value in a specified format.
The actual date/time value returned is based on a time string that you provide as an argument when you call the function, as well as any modifiers you include (as optional arguments). A modifier allows you to change the date, such as add a number of days, set it to local time, etc
Continue reading