Clickable elements and daterange

  1. Add some custom css to the element
    image

  2. The date element is only presentational.
    to manipulate dates add “date” extension


    so you can find date related formulas

    the formula dateIso will convert a date object into a string in simplified extended ISO format

  3. you can find the formulas for making date manipulation as well

2 Likes