Skip to main content
ashutoshg0001
August 19, 2021
Question

Why i am not getting proper answer when use caladddays?

  • August 19, 2021
  • 5 replies
  • 0 views

   When i use following 

  caladddays(today(),3) 

   For example today is 8/19/2021 then if i execute above function then it gives me output as 8/24/2021.

   It should give as 8/22/2021.

    5 replies

    selvakumark
    Participating Frequently
    August 19, 2021
    caladddays(today(),3)

    This function will add the number of working days to the given date & hence you're getting 24.

    To get 22, you can use adddays(now(), 3)

    ashutoshg0001
    August 19, 2021

    I am working on version 21.2 , i am not able to find out adddays() there , where should i get that? I am writing this function in an expression rule.

    ashutoshg0001
    August 19, 2021

    Its showing Error as 

    Expression evaluation error at function 'adddays' [line 3]: The function 'adddays' is unavailable.