User Tools

Site Tools


en:day

This is an old revision of the document!


Day (Function)

Format

day
day ( )

returns positive_integer_value

Description

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

See Also

2016/01/01 22:42

Example

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

will print|

today's date is 11/30/2009

History

0.9.4New To Version
en/day.1451713245.txt.gz · Last modified: 2020/02/28 10:46 (external edit)