vue-datetime
vue-datetime copied to clipboard
Disabling Dates
Hello! Description says we can disable dates but I can't find a demo or doc for this purpose. Is there a way to disable time in this picker? like disable time from 4pm to 6pm? Thank you!
This plugin doesn't allow disabling time like that. It takes a minimum and maximum date range and allow the user to select date and time between that range.
What if I want to give current range from Current datetime till next 7 days? can you suggest how to enable this?
I have fallen into the same trap.
With this component you could only disable a certain time between 2 value (min - max). If you need to disable a range of time like (min1-max1 , min2-max2 , ...) try using vue-bootstrap-datetimepicker.
This was possible in version 0.7.1, sadly this version does not have other features like the minute-steps