katemihalikova / ion-datetime-picker

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

Max time as current date current time #102

Open parthnayak7448 opened 7 years ago

parthnayak7448 commented 7 years ago

Hello, Can you give me example how i can set current time as max time so user cannot able to select future time. I have tried using

only-valid="{before: 'today', inclusive: true}

but its only working in date not in time.

Your help would be very help for me .

Thanks in advance.

katemihalikova commented 7 years ago

The whole validation works just for dates. If you want to validate the time, you need to write your own validator on the ngModel.

Let's fix this in the next version which should add more thorough user-defined validations.