Last updated 18 March 2000
The program B2MMDDYY.REX converts Base format dates to MM/DD/YY format.
For example:
d = mmddyy2b('12/31/1999') /* returns 730118 */ j = b2mmddyy(d+1) /* returns '01/01/2000' */
These utilities are helpful when using a REXX implementation that do not have a built-in dateconv() function.
Many thanks to Peter Baum for his excellent set of date algorithms.
You are visitor since 19 July 1999
Copyright © 1999-2000 Rex Swain
E-mail rex@rexswain.com,
Web http://www.rexswain.com
Permission granted to distribute unmodified copies