Just follow the flatpickr documentation: https://chmln.github.io/flatpickr/getting-started/
Keep in mind that web2py will add class "date" to date inputs and "datetime" to datetime inputs, so you can use those as selectors. Also, be sure not to load the default web2py calender.js file (otherwise, the default web2py picker will interfere). Anthony On Tuesday, September 12, 2017 at 5:54:08 AM UTC-4, Oasis Agano wrote: > > > I have created a custom html form and i want to use flatpickr as the > datepicker inside it, > then send the data to web2py in a date field. > how can i integrate flatpickr on the form to work with web2py date fields. > > kr, > Oasis > -- 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.

