Jump to content

REXXDATE: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
Library with date functions for REXX.  
Library with date functions for REXX.


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


==Links==
==Links==

Revision as of 16:53, 28 May 2020

Library with date functions for REXX.

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.

Links

Author

  • Brett I. Holcomb