- Jun
- 1,092
- 48
The documentation showing the syntax for the new "title" argument is slightly wrong.
It should be
A comma should be included only if there is a default date. When the command
The same comment applies for @GETDATETIME.
P. S. This is another of the cases where TCC in a ConPTY tab does not have focus on return. I had to click the mouse in the tab window before I could start typing.
@GETDATE[[date][,title]] : Display a calendar dialog and returns the selected date in yyyy-mm-dd format.
It should be
@GETDATE[[date,][title]] : Display a calendar dialog and returns the selected date in yyyy-mm-dd format.
A comma should be included only if there is a default date. When the command
echo %@getdate[,Choose date:] is issued, the title at the top of the popup is ",Choose date:" (with the leading comma).The same comment applies for @GETDATETIME.
P. S. This is another of the cases where TCC in a ConPTY tab does not have focus on return. I had to click the mouse in the tab window before I could start typing.