Index // Year


Format:

year
year()

Description:

Returns the current system clock's 4 digit year.

See Also:

Day, Hour, Minute, Month, Second

Example:

print "today's date is ";
print (month + 1) + "/" + day + "/" + year
will print
today's date is 11/30/2009

Revised:

0.9.4