SPARK Documentation
Module Name: SPARK (
spark.util
.time)
Organization(s): SRI International
Generated On: 02 Aug 2006 11:37AM
SPARK documentation
>
SPARKDOC
>
spark.util
.time
Listing for module spark.util.time
This is auto-generated documentation.
Contents:
Predicates
Functions
Predicates
IsLeap
$year
Returns True if year is a leap year, otherwise False
Functions
currentDateFormatted
return the current (formatted) date
currentICalDate
return the current date and time in ICalDate format
currentTime
return the current time in seconds
currentTimeDateFormatted
return the current (formatted) date and time
currentTimeFormatted
return the current (formatted) time
localTime
return the current time as a list
time2list
$time
convert $time to a list
weekDay
$year $month $day
Returns the day of the week (0 is Monday) for year (1970-...), month (1-12), day (1-31).