I'm using a class I found to generate selects for the date and time on a form. There is no database interaction, yet. That will come later with its own set of problems, I'm sure. 🙂 The class allows me to transform the date retrieved from the form in many formats, including the timestamp. If I compare the timestamps with < >, I should get it, right?
Salman