Hello,

I get :  'str' object has no attribute 'year'

Try to solve it like this without success :

db[request.args(0)].test_date.default =
datetime.date(*tuple(request.vars.test_date.split('-')))

Then it ask for integer...

Richard

Reply via email to