[web2py] Re: Database error: month must be in 1..12

2016-12-29 Thread Dave S
On Thursday, December 29, 2016 at 4:00:36 AM UTC-8, Nabil Ontour wrote: > > Thank you Dave, that fixed it for me, so that I can access the page again. > > The table is defined like that: > > db.define_table('income', > Field('description','string',label='Description *' > ,

[web2py] Re: Database error: month must be in 1..12

2016-12-29 Thread Nabil Ontour
Thank you Dave, that fixed it for me, so that I can access the page again. The table is defined like that: db.define_table('income', Field('description','string',label='Description *', requires=IS_NOT_EMPTY()), Field('category','reference inc_categories',la

[web2py] Re: Database error: month must be in 1..12

2016-12-28 Thread Dave S
On Wednesday, December 28, 2016 at 6:10:27 PM UTC-8, Nabil Ontour wrote: > > Hello, > > I can't access my web2py page anymore, as it is showing the following > error: > > month must be in 1..12 > > Variables > > datetime.date > val '2016-14-12' > global datetime datetime.x86_64-linux-gnu.so'>