Hi all,
having one requirement like there are two dates date 1 & date 2.then date 2 should be equal to + 1 day of date 1 (only week days, no sat, Sunday) what should I do?
Discussion posts and replies are publicly visible
Is that a UI question?
Did you check the a!addDateTime() function?
docs.appian.com/.../fnc_date_and_time_adddatetime.html
yes its Ui question I have to display date 2 on the basis of date 1 and in that only week days will consider like
Date 2= Date 1 + 1 ( business days only )
Did you read the documentation Stefan linked, by any chance? Because it seems to contain your answer...