How to get saturday and sunday dates from given date range.
for example :
start_date = 2011-09-01
end_date = 2011-09-15
Now it should give the out put
2011-09-03
2011-09-04
2011-09-10
2011-09-11
Any help really appreciate.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, I think this should work: