On 5 Aug 2010, at 4:28pm, K Peters wrote:

> is there a way to check for valid ISO 8601 dates?

Use a date library to turn your date into a number (e.g. epoch, Julian day), 
then turn it back into a string again.  If you get back the same string you 
start with, it's valid.

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

Reply via email to