$start_date = "2013-05-01"; $last_date = "2013-08-30";
How can I get dates of tuesdays and thursdays between these two dates?
if you have a reference date which you know is a tuesday/thursday you can find days which are a multiple of 7 days from your reference date, these days will always be the same day of the week.