Hi all,
In one of my MM, I am getting a date in MM/DD/YY format (after some validations) and then the requirement says, if this date is any of the weekday, then pass the same. But if the date is a weekend (SAT and SUN) then get the date of following Monday.
Ultimately the target date should be a weekday.
Can you help me with some UDF example.