SQLite – Date & Time

SQLite supports five date and time functions as follows − Sr.No.FunctionExample1date(timestring, modifiers...)This returns the date in this format: YYYY-MM-DD2time(timestring, modifiers...)This returns the time as HH:MM:SS3datetime(timestring, modifiers...)This returns YYYY-MM-DD HH:MM:SS4julianday(timestring, modifiers...)This…

Continue ReadingSQLite – Date & Time