beenote / angular-material-datetimepicker

Date time picker for Angular Material JS
https://beenote.github.io/angular-material-datetimepicker
MIT License
44 stars 31 forks source link

min time and max time #60

Closed texperts closed 5 years ago

texperts commented 5 years ago

I need two inputs from user start and end dates, times.., after selecting the start date and time I can able to disable end date to select before the start date but I am unable to disable end times which are before start time.

@ViDaNgEr @beenoteadmin Let me know how the above issue can be achieved

hexadecy commented 5 years ago

@texperts for anything different than the demo "DateRange Example", you need to have a watcher to set a value to max-date and min-date.

Does the input is changed manually? https://github.com/beenote/angular-material-datetimepicker/issues/38