Note, the date and datetime formats are set in the web2py_ajax.html view file: http://code.google.com/p/web2py/source/browse/applications/welcome/views/web2py_ajax.html#4
They are actually translated strings, so you can use different formats for different languages by using the translation files. Anthony On Wednesday, January 16, 2013 10:24:06 PM UTC-5, Tim Richardson wrote: > > I'm using the date picker in a form by using _class='date' > Can I change the format of the string returned? > > --

