Hi,I have written a function which allows me to return the number of
Sundays between any two given dates, i.e. f[firsdate; last date] which
is run for the year 2014: f[2014.01.01; 2014.12.31] returns a value of
52 (There were 52 Sundays in 2014). I a...