> sqlite is typeless. OK!
>
>but how can i save dates in sqlite ...

<http://www.sqlite.org/cvstrac/wiki?p=DateAndTimeFunctions>
describes ALL the date/time functionality of SQLite.  You
can store dates as strings or numbers; it's your decision.

Regards

Reply via email to