Set the strptime format for parsing the expiry date.
This instruction is used by the TapeTrack INI Engine.
SetExpiryDateFormat("%%m/%%d/%%Y");
Variable | Type | Description | Min Length | Max Length |
---|---|---|---|---|
%%m/%%d/%%Y | String | String in strptime format | 1 | 32 |
Extract Expiry Date with the format mm/dd/YYYY
Extract(EXPIRYDATE, 7, 20, 0); SetExpiryDateFormat("%%m/%%d/%%Y");