Re: [Tutor] date matching with python and sqlite3

2007-09-01 Thread Che M
Re: date matching with python and sqlite3 I sorry, maybe I am stupid at the moment but I cannot follow your question, I'm sorry, I didn't describe that too clearly...have coffee now, let's try that again. The user will have a choicebox that has options of "today", "this week", "this mont

Re: [Tutor] date matching with python and sqlite3

2007-09-01 Thread Righard/Riku van Roy
I sorry, maybe I am stupid at the moment but I cannot follow your question, 1) User can select a date, or a range of dates. 2) At the moment you are only able to let the user select a date that has entered the database today. 3) A value from a table called duratation will be returned for the

[Tutor] date matching with python and sqlite3

2007-08-31 Thread Che M
I'm trying to allow users to select data from an sqlite database using Python by choosing either a date or a range of dates. I'm stuck at just allowing the to select data that entered the database "today" and return values from a column called duration. I have this mess at the moment: #assume