Page History
...
The TodayButtonVisible property is used to show or hide the Today button. The Today button provides a convenient means for selecting today's date. Clicking on it will also bring today's date into view.
Example
Code Block |
---|
// Hide the Today button
Set_Property(@Window:".OLE_DATEPICKER", "OLE.TodayButtonVisible", 0 |
...