| Name | day |
|---|---|
| Examples |
d = day() # Values from 1 - 31 m = month() # Values from 1 - 12 y = year() # 2003, 2004, 2005, etc. text(toString(d), 10, 28) text(toString(m), 10, 56) text(toString(y), 10, 84) |
| Description | Processing communicates with the clock on your computer. The day() function returns the current day as a value from 1 - 31. |
| Syntax | day() |
| Related |
millis second minute hour month year |
Cover
Reference
Tutorials
Bugs
