Google News
logo
SQLite - Interview Questions
What is the usage of SQLite strftime() function?
SQLite strftime() function is used to fetch date and time and also perform time and date calculation.
 
Syntax :
strftime(format, timestring [, modifier1, modifier2, ... modifier_n ] )
Advertisement