0 votes
in SQLite by
What is SQLite julianday() function?

1 Answer

0 votes
by

A Julian Day is the number of days since Nov 24, 4714 BC 12:00pm Greenwich time in the Gregorian calendar. So, the julianday() function is used to return number of days since Nov 24, 4714 BC 12:00pm.

Syntax:

julianday(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
...