Function:
Inserts the current date in a specified format at runtime.
Syntax:
Date:<Date Format>
Example:
Date:yyyymmdd
Notes:
The following formats can be used:
· yyyymmdd
· yymmdd
· yymd
· dmyy
· dmyyyy
· ddmmyyyy
· ddmm
· dm
· mmdd
· md
· plus other sequences of the same letters
You can use this command in a Get or Send command to create filenames, for example:
Get "/FTP/pub/myfile.dat" "C:\Data\MyFile[Date:yyyymmdd].dat"