in reply to perl basic count days between two dates

See Re^2: How to find first day of the first week on the month? ( strptime %Y-%j time-piece-firstlastofeverymonth.pl)

%j is the day of year, yday, so yday of end minus yday of star is the number of days between

  • Comment on Re: perl basic count days between two dates ( strptime %Y-%j )