If you decide days from Monday to Friday are working days, then you can make sure each week includes five working days. Right? So after n working days later, you can calculate the number of weeks: n/5, and the rest day is n%5. So in this case, you can get the date.