katemihalikova / ion-datetime-picker

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

how to disable the future dates "help-wanted" #66

Closed madhavanks26 closed 7 years ago

madhavanks26 commented 7 years ago

Hi ,

i'm trying that only-valid attribute by a)passing the values directly in tag b)by assigning to the a controller variable and used that variable in the attribute kindly help me or share a fiddle to hide the future dates

Thanks Madhavan S

katemihalikova commented 7 years ago

Hi, you need to provide more info or your code at least. Ideally you can create a codepen/plnkr/jsbin/whatever to show what's not working for you.

madhavanks26 commented 7 years ago

hi kate, http://codepen.io/katemihalikova/pen/dYvjzP

In the above codepen, if possible could u add a example how to use "only-valid" functionality, it would be great

Thanks Madhavan S

katemihalikova commented 7 years ago

only-valid="{before: 'today', inclusive: true}" should do it.

madhavanks26 commented 7 years ago

thanks kate