I am trying to find how many of "First Day of the year" occurs between a range of two dates.
Example.
service_start = datetime.date(2012, 5, 6)
service_end = datetime.date(2015, 7, 24)
What I am trying to see is how many times January 1st
occurs between the above range. In the above example the answer will be 3