So web2py's datepicker is horribly ugly this is yet another plugin to 
change it using http://www.eyecon.ro/bootstrap-datepicker. This one works 
nicely with bootstrap 3.

To use it simply import:

from plugin_bs_datepicker import bsdatepicker_widget

And then, in your field, set it as the widget for your field like in this 
example:

Field('birthdate', 'date', widget=bsdatepicker_widget)

Hopefully it's useful to anyone else.

-- 
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/d/optout.

Attachment: web2py.plugin.bs_datepicker.w2p
Description: Binary data

Reply via email to