I don't think that web2py will recognize the HTML5 _type="date" yet though 
you could certainly leave it there for your users with an HTML5 compliant 
browser. Web2py knows which from.vars should be a python date object because 
of the requires=IS_DATE() in the form field declaration

Reply via email to