Basically I have 3 products on my online store. The specifics of each are stored in a List aray. However
- product 1 ships in 3 working days
- Product 2 ships the very next working day
- Product 3 takes 7 working days to ship
How would I calculate the Estimated date
of arrival ETDA (excluding saturday and sunday) to find out when the product arrives.
Example : Customer orders product 1, The day when order is placed is Thursday, so product 1 takes 3 working days to ship, in other words it will arrive on Tuesday. How would I perform this in c# showing the user it will be arriving on Tuesday.