In Q-date-how to set current date as mimimum
-
I used “options” in q-date to set minimum date, but it is blocking the entire calendar,
How to set today’s date as minimum in q-date? -
-
What about current date -1 day as mimimum?
-
https://codepen.io/reks_yuv/pen/zYBMZZV?editable=true&editors=101%3Dhttps%3A%2F%2Fquasar.dev%2F
i have tried ,but not finding solution
-
It can be a small fix,but I couldnt do it
-
I tried with this
:options=“date => date >= ‘2020/11/10’”
https://codepen.io/fal-pasa/pen/GRqwmMY
you forgot the import moment.js
-
Thanks a lot @Henrique .
It helped me to achieve it.