BizVR to DMN Temporal Mapping - Gnorion/BizVR GitHub Wiki

BizVR DMN Return value
? day of year( date ) day of year( date )
? day of week( date ) day of week( date )
? date(β€œ2020-12-31”) [2020, 12, 31]
? date(2020, 12, 31) [2020, 12, 31]
? time(β€œ14:59:59”) [14, 59, 59]
? time(14, 59, 59) [14, 59, 59]
? date and time(β€œ2020-12-31T14:59:59”) [2020, 12, 31, 14, 59, 59]
? date and time(2020, 12, 31, 14, 59, 59) [2020, 12, 31, 14, 59, 59]
? day of week(date(β€œ2020-12-31”)) β€œThursday”
? month of year(date(β€œ2020-12-31”)) β€œDecember”
? week of year(date(β€œ2020-12-31”)) 53

date and time("..."): Creates a date and time value from a String with the format yyyy-MM-dd'T'HH:mm:ss