Versions Compared

Key

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

To make a date macro evaluating in Description field you need to omit its braces and store a the macro text in “Code” style.

Here is an example with the macro:

...

Image Removed

Code Block
now.plusMonths(2).format('MMM-YY')

...

This also applies to other rich text fields.

...