Find the business day of the month
I want java program to find the business day of the month, Such that it
should give the result as follows:
For 06-09-2013 it should give result as 5
For 02-09-2013 it should give result as 1
For 20-09-2013 it should give result as 15
And it should give 0 for sunday,saturday and holiday.
Please help me someone. Thanks in advance.
No comments:
Post a Comment