i have an concept getting all the sundays in the particular month
I have an array , which has month and the year as
array=(Septmeber 2013, October 2013,January 2013,July 2013,May 2013)
now by keeping this array i want to get all the sundays(Date of Sundays) available in the array month, my array is dynamic , so according to the month ,i need all the sundays available
EG: if array is Septmeber 2013
mynewarray= (septmeber 1 2013,september 8 2013, september 15 2013, september 15 2013,september 22 2013, september 29 2013)
i want in a new array like this format
Pls Help
Thanks in Advance ....