katemihalikova / ion-datetime-picker

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

How to open the date picker at a particular time instead of current time? #115

Open abhishekthakur1995 opened 6 years ago

abhishekthakur1995 commented 6 years ago

is there any way to open the picker at a particular time say 9:30 AM instead of the current time when it is clicked for the first time.

abhishekrathore commented 6 years ago

Yes, You have to pass date into proper date object in "ngModel" of ion-datetime-picker. because ion-datetime-picker library checks that provided date is in Date format or not (basically check that instanceof Date is True or not). According to date it will assign date/time to calender.