you can enforce the date format through the language... this is how I use it, and I think there is a thread where Massimo explained it before....
in my db.py:
T.force('en-aa')
in en-aa.py:
%Y-%m-%d translate to %b %d, %Y
and all dates became a new format, display and input fields as well...

