SQLite Date and Time Functions – explained | Random Neurons Firing
Discovered: Jan 7, 2024 14:19 SQLite Date and Time Functions – explained ¦ Random Neurons Firing <– QUOTE: A while back, I was greatly confused by SQLite date and time functions. It took me a while to figure out what was wrong. (It was my error: I hadn’t observed the rule that dates must have this form “YYYY-MM-DD” – four digit year, two-digit month and day.) ... Nevertheless, I found that the documentation wasn’t quite clear, so I wrote up these notes as an adjunct to SQLite Datatypes and the SQLite Date and Time Functions pages.