dayday()
Returns the current system clock's day of the month (1-31).
Hour, Minute, Month, Second, Year
print "today's date is "; print (month + 1) + "/" + day + "/" + year
today's date is 11/30/2010
0.9.4