I have two date ranges (startdate1, enddate1) and (startdate2, enddate2). I want to find dates of particular month like 12(12 for December) between above 4 dates in PHP? Any suggestions.
This page here explains how to get the days between two dates.
I hope this was helpful.