You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: