sets a date in a DatePicker control
setValue(value: string | Date): void;
Parameters:value: string | Date
- the value to be setExample
form.getItem("datepicker").setValue("30/05/19");
form.getItem("datepicker").setValue(new Date('2019-05-30'));
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4