katemihalikova / ion-datetime-picker

Date and/or time picker for awesome Ionic framework
MIT License
169 stars 101 forks source link

Two time picker, start and stop, set minimal stop time based on start time #48

Closed Alkasih closed 7 years ago

Alkasih commented 7 years ago

Nice plugin, love it.

I have a question. How to set minimal stop time based on the selected start time if I have two timepicker? Can you help me, please.

Start Time: 12:30 then Stop Time must be from 12:31

I use only-valid="{'after': '12:30'}", but it doesn't help.

katemihalikova commented 7 years ago

Hi, it is currently not possible to limit time. You can implement your own ng-model validator that does this instead.