===== Day (Function)===== ==== Format ==== **day**\\ **day** ( ) returns [[integerexpressions|integer_expression]] ==== Description ==== Returns the current system clock's day of the month (1-31). ==== See Also ==== {{page>en:start#Time and Date&noheader}} ==== Example ==== print "today's date is "; print (month + 1) + "/" + day + "/" + year will print| today's date is 11/30/2009 ==== History ==== |0.9.4|New To Version|