On 2/22/16, Eric Hill <Eric.Hill at jmp.com> wrote: > > But SQLite doesn't really have any functions that > manipulate Julian dates (as far as I can tell).
If you mean "Julian Calendar" you are correct. If you mean "Julian Day Number", then all of the built-in SQLite date-manipulation functions will work fine. Note that the, despite the similarity in their names, the Julian Calendar and the Julian Day Number date format are unrelated to one another. -- D. Richard Hipp drh at sqlite.org