I've tried to be as specific as possible with my date field, but I still
can't get it to work.
Field('DOB', 'date', requires=IS_DATE_IN_RANGE(minimum=date(1920,12,31),format
='%d-%m-%Y'), label=T('D.O.B.'), default=date(1920,12,31), widget=SQLFORM.
widgets.date.widget)
Note that I've tried including all the bootstrap *.js and all the web2py
*.js including web2py.js and calendar.js.
As a final attempt I set a default date so that people would know the
required schema. Editing this however didn't give errors; just submitted
the default date! (where's my just-changed date?)
*How do I get the date widget to work?*
Thanks for all suggestions,
Alec Taylor
--