Command Reference - Design-time Constants
The current date on your development system when the AutoPlay application is built, in the form of an integer value representing the number of days since midnight on January 1, 4713 B.C.
For example, if you built the application on July 1, 2002, every occurrence of #JULIANDATE# in your project would be replaced with 2452457.
|
TIP |
|
|
|
|
|
You can use #JULIANDATE# along with the "System
- Get Date Time" action to build AutoPlay applications that expire
a certain number of days after they are created. Just get the current
Julian Date at run time, and store it in a custom variable named %JulianDate%.
Then, subtract the Julian Date at build time from the Julian Date at run
time, using the following formula: %JulianDate% - #JULIANDATE#. |