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 betwe
You can use the gregorian calendar to retrieve the day for a particular date. If the string is Saturday or Sunday you can neglect it.