v3.7.0
- Implemented
Fields.setDateTime(key, label, date, formatOptions = {})
to set date/time style values to a structure fields. Example:pass.auxiliaryFields.setDateTime('arrival', 'ARRIVAL TIME', arrivalDateObj, { dateStyle: constants.dateTimeFormat.NONE, timeStyle: constants.dateTimeFormat.SHORT })