Is there any option to display two consecutive months in QDate?
-
I am developing a hotel booking site, where I want to display two consecutive months so that user can easily select checkin and checkout date. I am using QDate with range selection(v1.13+).
-
Instead of Q-date there is a Q-calendar plugin with more features:
https://github.com/quasarframework/quasar-ui-qcalendar
btw why not have 2 q-date components to display 2 months, and then make them react to each others input.
-
@dobbel
Thanks for your suggestion. The Q-calendar is really very useful. Using a single field was my client’s preference, however, I am planning to use two QDate fields.