Hi
Is there anyway in a batch job to exclude weekends in the query.
Currently we release Sales orders to the warehouse where requested ship is within 2days of today
where requested shipdate = (LessThanDate(2))
The problem with this is it counts weekend days as well, we need to this to work on working days only
Thanks