Define the way that the MOVEDATE field should be converted into a date value.
This instruction is used by the TapeTrack Synchronization Engine.
SetMoveDateFormat(filepath);
Variable | Type | Description | Min Length | Max Length |
---|---|---|---|---|
filepath | String | The full or relative path to a file that you wish to embed. | 1 | 32 |
Extract the Move Date in format mm/dd/YYYY.
Extract(MOVEDATE, 10, 10, 0); SetMoveDateFormat("%%m/%%d/%%Y");