leap year

  1. scottvk

    How to? Find Previous Day Subroutine

    Below is a set of TCC subroutines that will find the previous day Finds last day of previous month if necessary Accounts for 1st day of year Accounts for Leap Year GOSUB GET_DATE echo input date is %inputMonth%/%inputDay%/%inputYear% EXIT REM *** SUBROUTINES GO BELOW *** :GET_DATE set...