$dateiso(date)
The $dateiso function returns date formatted according to ISO 8601: YYYY-MM-DD. date must be in the standard internal format yyyymmdd: 4-digit year, 2-digit month, 2-digit day of the month.
Windows Installer does not support symbolic functions; if you use this function
during an MSI build, you will get diagnostic message BLD:U0010
and the result is undefined.
All parameters may contain symbolic references; these are resolved before the function is applied. See Examples below.
Here are some usage examples for this function:
Returns the build date of the installer in ISO 8601 format.
Note: BuildDate is a standard variable. However, it is not saved in the installer's database by default, so you must set its Save for Tarma attribute to use it in the installer.