TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:sync: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);

Variable Type Description Min Length Max Length
filepath String The full or relative path to a file that you wish to embed.132
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).

Example

Extract the Move Date in format mm/dd/YYYY.

Extract(MOVEDATE, 10, 10, 0); 
SetMoveDateFormat("%%m/%%d/%%Y"); 

See Also

engine/sync/setmovedateformat.txt · Last modified: 2021/07/22 02:40 by scunliffe