Hello again,

Just a quick one:

Is there a way I could retrieve only the date part in a db operation?

Looking for a substitute for this:

dt = datetime.datetime.today()

db((db.table.posted.day() == dt.day) & (db.table.posted.month() ==
dt.month) & (db.table.posted.year() == dt.year) .select(...)

Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to