bug: x + ( y % 7 ) - 1 evaluates incorrectly
must replace all instances with
( x + ( y % 7 ) ) - 1
this bug effects the calculation of the starting day of the months of march and june
the newer shinier working script
Log in to post a comment.
the newer shinier working script