Hi, I need some help using code to calculate the date that comes after 9 business days from the date the user pick.
a business day is every day that is not Friday or Saturday.
The user input form is a date.
for example:
if the user chose 16.02.2023 (DD/MM/YYYY)->will calculate that 9 business dates end at: 2.3.2023
and the calculated date will be shown on a label.
tnx