Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Macro expression

Result

Description

{now.lastOfTheMonth(5)}

2021-06-25

the last Friday of the month

{{now.format("YYYY")}}-12-31

2022-12-31

the last day of the current year

{{now.endOfMonth.withNextDayOfWeek("TUE")}}

2022-09-06

the first Tuesday of the next month

{{now.endOfMonth.plusDays(1).lastOfTheMonth(2)}}

2022-09-27

the last Tuesday of the next month

{{now.format("Q")}}

1 - the number between 1-4

the quarter number

{{now.format("Qo")}}

1st 2nd 3rd 4th

the quarter name


If you have any question please raise support request at our service portal. We are happy to help!

...