day day ( )
returns integer_expression
Returns the current system clock's day of the month (1-31).
Day, Hour, Minute, Month, Msec, Second, Year
print "today's date is "; print (month + 1) + "/" + day + "/" + year
will print|
today's date is 11/30/2009