TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


engine:import:setexpirydateformat

This is an old revision of the document!


SetExpiryDateFormat

Set the strptime format for parsing the expiry date.

Phase

This instruction is used by the TapeTrack INI Engine.

Syntax

SetExpiryDateFormat("%%m/%%d/%%Y");

Variable Type Description Min Length Max Length
%%m/%%d/%%YStringString in strptime format132

Example

Extract Expiry Date with the format mm/dd/YYYY

Extract(EXPIRYDATE, 7, 20, 0);
SetExpiryDateFormat("%%m/%%d/%%Y");

See Also

engine/import/setexpirydateformat.1626924156.txt.gz · Last modified: 2025/01/21 22:07 (external edit)