Jump to content

REXXDATE

From EDM2
Revision as of 00:11, 15 November 2020 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Library with date functions for REXX.

Files
  • REXXDATE.DLL

Functions

RexxDate_Init
Registers the RexxDate functions.
RexxDate_Diff
Returns the difference in days between two dates.
RexxDate_Drop
Deregisters the RexxDate functions. This drops ALL the functions.
RexxDate_Isleap
Returns 1 if the year is a leap year, otherwise 0.

Author

  • Brett I. Holcomb

Links