> > Here is my field in db.py: > Field('concert_date', type='date', requires = IS_DATE(format=T('%Y-%m-%d' > ))) >
Do not wrap the "format" argument to IS_DATE() in T() -- it will be translated automatically. Also, if desired, note that you can alter the date format for the Javascript widget universally here: https://github.com/web2py/web2py/blob/master/applications/welcome/views/web2py_ajax.html#L5. Anthony -- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.