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
Well you can either do it with a setTimeout or you can do this.datepicker.value = new date('2017/12/30');
You basically open it before the value changes
Hello
If we want to open date picket on click another button and want to set dynamic value for input date then it not working .
See case
i have set
this.inputDate=new Date('2017/12/30');
this.datepicker.open();
and very first i have set
inputDate=new Date();
So it always take current date when i try to open date picker .
Any idea please ?
Thanks
The text was updated successfully, but these errors were encountered: