====== 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/%%Y|String|String in strptime format|1|32| ===== Example ===== Extract Expiry Date with the format mm/dd/YYYY Extract(EXPIRYDATE, 7, 20, 0); SetExpiryDateFormat("%%m/%%d/%%Y"); ===== See Also ===== [[engine:import|Import Engine Functions]] \\ [[cli:sync_fields|Sync Engine Fields]] \\ [[cli:tmss10sync|TMSS10Sync]] {{tag> import_engine sync_engine update_doco}}