Google News
logo
SQLite - Interview Questions
What is SQLite date and time () function?
SQLite date and time () functions are used to retrieve current date and time and also do calculations on the dates and time.
 
There are mainly 6 types of date and time () function in SQLite:
 
* SQLite date() Function
* SQLite datetime() Function
* SQLite julianday() Function
* SQLite now() Function
* SQLite strftime() Function
* SQLite time() Function
Advertisement