Hmm... the same result.
And it's due to my db.table I think.
db.define_table('autos',
...
Field('dt', 'datetime', default=now,
requires=IS_DATETIME(format='%d/%m/%Y %H:%M:%S'))
...
)How to restyle form.vars (2011-04-27) to required format? **********************************************************************

