katemihalikova / ion-datetime-picker

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

Date validation not working on version 0.5.2 #127

Open sofiulgoni opened 6 years ago

sofiulgoni commented 6 years ago

Hi, I am unable to make only-valid attribute work. min max attributes are not working either. Also how can i bind only-valid attribute to a variable in .ts file ? I was trying this in browser. Thanks in advance.

.ts

dateRange = {between : {initial : moment().format("YYYY MM DD"), final : moment().add(3, 'months').format("YYYY MM DD")}, inclusive : true};

.html