0 votes
in SQLite by
What is the usage of SQLite strftime() function?

1 Answer

0 votes
by

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 ] )     

Related questions

0 votes
asked Nov 13, 2021 in SQLite by sharadyadav1986
0 votes
asked Nov 13, 2021 in SQLite by sharadyadav1986
...