On 9 Aug 2014, at 9:53pm, Philip Bennefall <phi...@blastbay.com> wrote:

> Is it safe to rely on the conversion between the floating point julianday and 
> the date string being accurate if the date is in fact valid?

Probably not.  The safest thing is to turn the string into a number (probably 
Julian day or epoch) and then turn it back into a date again.  If you get the 
original string back, it's a legit date.  If you get something else, it might 
be something like the 30th of February.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to