The DateTime tokens used in the Header, Footer and File Format fields have the ability of using the .Net DateTime formatting for customizing the output of those tokens.
If no DateTime formatting is used the output of the token will make use of the current culture settings.
Please refer to the Microsoft documentation regarding DateTime formatting options; Standard DateTime formatting or Custom DateTime formatting
![]() |
---|
If you are using a date token in File Format, invalid folder/file characters will be removed for you Invalid characters: \ / : * ? " < > | |
Valid date and time tokens:
completedTime
downloadedTime
receivedTime
Examples using the date and time, 02/26/2009 8:17:23 AM:
Example Token | Example Output |
---|---|
{receivedTime} | 02/26/2009 8:17:23 AM |
{receivedTime:yyyy-MM-dd hhmmss} | 2009-02-26 081723 |
{receivedTime:yy-MMM-dd h:m:s t} | 09-Feb-26 8:17:23 A |
{receivedTime:dd-MMMM-yyy hh:mm:ss tt} | 26-February-2009 08:17:23 AM |
{receivedTime:D} | Thursday, February 26, 2009 |
{receivedTime:o} | 2009-02-26T08:17:23.0000000-7:00 |