I am using Joda time api in a Spring 3.0 project for to calculate dates. Now I have a start and end date and I want to get everyday exept weekend or Saturday or Sunday between these two dates. How can I achieve this ?
I looked at this post Joda time - all mondays between two dates. It offered some guidance but still vague as how to exclude two dates.
Calculate number of daysorget all dates? – lschin Nov 18 '11 at 2:39