fixed description of ${__TIME__}, ${__DATE__} and ${__TIMESTAMP__}
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3773 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
75b4c66de6
commit
2f396234db
1 changed files with 3 additions and 3 deletions
|
@ -127,15 +127,15 @@ Current line number.
|
||||||
|
|
||||||
\S1{predate} $\{__DATE__\}
|
\S1{predate} $\{__DATE__\}
|
||||||
|
|
||||||
Date according to the current locale.
|
Date when the script started compiling according to the current locale.
|
||||||
|
|
||||||
\S1{pretime} $\{__TIME__\}
|
\S1{pretime} $\{__TIME__\}
|
||||||
|
|
||||||
Time according to the current locale.
|
Time when the script started compiling according to the current locale.
|
||||||
|
|
||||||
\S1{pretimestamp} $\{__TIMESTAMP__\}
|
\S1{pretimestamp} $\{__TIMESTAMP__\}
|
||||||
|
|
||||||
Date & time according to the current locale.
|
Date & time of the last modification to the script file according to the current locale.
|
||||||
|
|
||||||
\S0{compenvvarread} Read enviroment variables
|
\S0{compenvvarread} Read enviroment variables
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue