Hopefully I'm missing something obvious.
I have a birth date in my employee table. I want to build a DAL query to
show people who will have a birthday in the next month.
db.define_table('employee',
Field('id', 'id', readable=False),
Field('first_name', length=25, required=True),
Field('last_name', length=25, required=True),
Field('dob', 'date', label='Date of Birth'),
format='%(last_name)s, %(first_name)s')
How do I write a query to show the employees with birthdays in the next 30
days?
-Jim
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.