html5 has <input type="date"...> and <input type="datetime"...>. web2py does not use them because very few browsers support them. I am wondering is there is js library that adds support for those input types in browsers that do not support them.
On Wednesday, 23 July 2014 19:05:44 UTC-5, Leonel Câmara wrote: > > Niphlod if you look at my plugin's code you'll see that I took some > precautions so that internationalization would work using the format > defined in web2py_ajax.html on the variable w2p_ajax_date_format so if > that's your concern you can probably use it. > > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

