Hi All,
I am trying to calculate Week End Date for a given date. For example
Given Date Week End Date 08/01/2016(Monday) 08/07/2016(Sunday)I used Next_Day() function with following expression:
Next_Day(Given Date,'SUNDAY')
Its giving error because in IDT, Next_Day() can have only one argument.
Please suggest how to calculate weekend date.
Thanks in Advance...