REXXDATE: Difference between revisions
Appearance
	
	
| mNo edit summary | No edit summary | ||
| Line 1: | Line 1: | ||
| Library with date functions for REXX. | Library with date functions for REXX. | ||
| ;Files | |||
| * REXXDATE.DLL | |||
| ==Functions== | ==Functions== | ||
| Line 6: | Line 9: | ||
| ;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. | ||
| ==Author== | |||
| * Brett I. Holcomb | |||
| ==Links== | ==Links== | ||
| * [https://archive.org/download/monster94no1/monster.zip/monster%2FOS2%2FREXXDATE.ZIP] | * [https://archive.org/download/monster94no1/monster.zip/monster%2FOS2%2FREXXDATE.ZIP] | ||
| [[Category:REXX Function Library]] | [[Category:REXX Function Library]] | ||
Latest revision as of 23:11, 14 November 2020
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