DT (Date Handling)
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > Obsolete > DT (Date Handling) |
This functionality has been made obsolete by newer, better solved CDateTime available directly in core instead.
Description
DT module enables developers to quickly work with date and time, adding or subtracting days or seconds to/from a date/time.
It also provides support for retrieve the month's name, day's name and determine the leap year.
How to use this module
Inside your script, before calling any module specific keyword, add the following:
USES "DT"
This directive will load the module and add the following new keywords and relevant module equates.