Tablet Datepicker

0
Is there any datepicker widget that works for tablets? The standard datepicker requires double tapping which is less than ideal. The bootstrap datepicker does not seem to work correctly (does not save the input) in 6.7. Any other suggestions on how to provide a good way for my client to input dates in a tablet
asked
1 answers
1

Check out the GitHub repository for the Bootstrap Datepicker:

https://github.com/ChrisdeG/BootstrapDatepicker

Looks like it's been updated with mx6 support.

answered