vue-datetime icon indicating copy to clipboard operation
vue-datetime copied to clipboard

Disabling Dates

Open ghost opened this issue 6 years ago • 5 comments

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!

ghost avatar Mar 20 '19 12:03 ghost

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.

sharik709 avatar Mar 24 '19 21:03 sharik709

What if I want to give current range from Current datetime till next 7 days? can you suggest how to enable this?

Kundan22 avatar May 25 '19 23:05 Kundan22

I have fallen into the same trap.

nanadjei avatar Jul 09 '19 15:07 nanadjei

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.

ghost avatar Jul 10 '19 05:07 ghost

This was possible in version 0.7.1, sadly this version does not have other features like the minute-steps

jeroenjvdb avatar Jul 30 '19 15:07 jeroenjvdb