In a table I have a field in which the user enters a time in the following format: 19:30
In one of my views I want to display records with a time >= the current time. What is the correct syntax to code this? timetable=db(db.timetable.from_time>=request.now.?????.select (db.timetable.ALL) Kind regards, Annet. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---