engine:sync:setmovedateformat
This is an old revision of the document!
−Table of Contents
setmovedateformat
SetMoveDateFormat
Define the way that the MOVEDATE field should be converted into a date value.
Phase
This instruction is used by the TapeTrack Synchronization Engine.
Syntax
SetMoveDateFormat(filepath);
string filepath;
filepath | The full or relative path to a file that you wish to embed. |
It should be noted that by the time this function is run the INI engine has already tried to
resolve environmental variables so it is necessary to include two percentage symbols for each
symbol that would usually be required by strptime(3).
Examples Example 2.7. SetMoveDateFormat: Extract the Move Date in format MM/DD/ YYYY. Extract(MOVEDATE, 10, 10, 0); SetMoveDateFormat(“m/d/%%Y”);
engine/sync/setmovedateformat.1534268623.txt.gz · Last modified: 2025/01/21 22:07 (external edit)