darrenfang / vuetify-datetime-picker

DatetimePicker component for Vuetify.js. https://darrenfang.github.io/vuetify-datetime-picker/
MIT License
175 stars 127 forks source link

min for datetimepicker #62

Open eserenna opened 4 years ago

eserenna commented 4 years ago

how do we set min for datetimepicker ? lets say my min is '2020-08-09 04:00:00', i need to set for both date-picker-props.min = '2020-08-09' and time-picker-props.min = '04:00:00' ? if the user change the date, timepicker still cant select hours lower than '04:00:00'. or is there a method that i missed ?

YgWei commented 4 years ago

i have the same problem, any clue?

SeagleDub commented 4 years ago

+1

eserenna commented 4 years ago

i stop using this package. vue2-datepicker is better. but u will need to update the css to match vuetify

4KDA commented 3 years ago

+1 Any news? Very necessary