Skip to content

v3.7.0

Compare
Choose a tag to compare
@tinovyatkin tinovyatkin released this 15 May 16:19
· 1081 commits to master since this release
v3.7.0
68651b4
  • 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 })