Trading Networks 10.7 | Administering and Monitoring B2B Transactions | Managing File Transfers with ActiveTransfer | Server Configuration Parameters and Variables | Server Variables | Date/Time Variables
 
Date/Time Variables
You can precede any of the date/time variables with the following symbols:
*Preceding a variable with a dot (.) results in replacing the variable with the current value. For example, {.dd} results in the current day, and {.hh} results in the current hour.
*Preceding a variable with an underscore (_) results in replacing the variable with the file’s ending transfer time. For example, if a file was downloaded on Monday, and if the event triggered a “file rename” action with a value of Report_{EEE} provided for the new file name, ActiveTransfer Server would rename the downloaded file to Report_Mon.
Variable
Description
Supported Event Type
{MM}
Month (for example, 06 to represent June).
Post-processing and scheduled events
{dd}
Day (for example, 05 to represent the fifth day of the month).
Post-processing and scheduled events
{yy} or {yyyy}
Year, represented in two digits (for example, 13 to represent 2013) or four digits (for example, 2013).
Post-processing and scheduled events
{HH}
Hours, using the 24-hour time format (for example, 14 to represent the hour of 2 o’clock PM).
Post-processing and scheduled events
{hh}
Hours, using the 12-hour clock format (for example, 02 to represent the hour of 2 o’clock PM).
Post-processing and scheduled events
{mm}
Minutes.
Post-processing and scheduled events
{aa}
AM or PM.
Post-processing and scheduled events
{ss}
Seconds.
Post-processing and scheduled events
{S}
Milliseconds.
Post-processing and scheduled events
{EEE}
Weekday abbreviation (for example, Mon to represent Monday).
Post-processing and scheduled events
{MMM}
Month (for example, 12 to represent the month when the action is executed by ActiveTransfer Server
Post-processing and scheduled events
{d}
Date of the month.
Post-processing and scheduled events
{k}
Hour in 24-hour format.
Post-processing and scheduled events
{K}
Hour in 12-hour format.
Post-processing and scheduled events
{z}
Time zone (for example, IST).
Post-processing and scheduled events
{Z}
Time zone (for example, +5:30 in case of IST).
Post-processing and scheduled events