Index // Day


Format:

day
day()

Description:

Returns the current system clock's day of the month (1-31).

See Also:

Hour, Minute, Month, Second, Year

Example:

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

Revised:

0.9.4