How to calculate date fields while excluding saturday and sunday
Dino2dyMay 9 2011 — edited Jun 1 2011Hi I use Jdeveloper 11.1.3.4
I have an Oracle Database and created a table called Vacations with 3 attributes:
user (VARCHAR)
start (date)
finish (date)
The idea is that you subtract the finish from start and get a number of vacation days used. The thing is the sum should exclude Saturday and Sunday.
Any way to do this?