"Christopher Spears" <[email protected]> wrote
My problem is I'm not sure how to store and retrieve the dates. I assume the best way to record the date is to use datetime.date.
If you are using a database I'd just use the database date functions. There should be functions to generate and store dates via SQL. For SQLite: http://www.sqlite.org/lang_datefunc.html HTH, Alan G. _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
