SQLite Date Functions

This section provides you with SQLite date and time functions that help you manipulate datetime data effectively.

NameDescription
DATEcalculate a date value based on multiple date modifiers.
TIMEcalculate a time value based on multiple date modifiers.
DATETIMEcalculate a date & time value based on one or more date modifiers.
JULIANDAYreturns the Julian day, which is the number of days since noon in Greenwich on November 24, 4714 B.C.
STRFTIMEformat a date value based on a specified format string.