SpiderBasic - Date
Overview
The Date library allows for the manipulation of Date and Time from the year 1601 up to 9999 using the Unix method (i.e. the number of seconds elapsed since the 1st of January 1970). Dates before the year 1970 are represented as negative values.
Note: In order to use the full available date range, values returned by this library must be stored in Quad type variables (.q).
Command Index
AddDate
Date
Day
DayOfWeek
DayOfYear
FormatDate
Hour
Minute
Month
ParseDate
Second
Year
Example
Date.sb
Supported OS
All