I have a query that I wish to construct that adds 2 hours to a gerneral time format. This is DD/MM/YY HH:MM
The only issue is that it must only add working hours.
It must consider that the office is only open from 09:00 till 17:30 and only during the week.
Hence if the time is 16:30 on a Friday, the result must be Monday 10:30 (but the day in digits)
Many thanks in advance
Dom
The only issue is that it must only add working hours.
It must consider that the office is only open from 09:00 till 17:30 and only during the week.
Hence if the time is 16:30 on a Friday, the result must be Monday 10:30 (but the day in digits)
Many thanks in advance
Dom