User Tools

Site Tools


de:day

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

de:day [2016/01/01 22:37]
de:day [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Day =====
 +
 +==== Format ====
 +
 +**day**\\
 +**day** ( )
 +
 +==== Description ====
 +
 +Returns the current system clock's day of the month (1-31).
 +
 +==== See Also ====
 +
 +[[hour|Hour]], [[minute|Minute]], [[month|Month]], [[second|Second]], [[year|Year]]
 +
 +==== Example ====
 +
 +<code>
 +print "today's date is ";
 +print (month + 1) + "/" + day + "/" + year
 +</code>
 +will print|
 +<code>
 +today's date is 11/30/2009
 +</code>
 +
 +==== New To Version ==== 
 +
 +0.9.4
 +
  
de/day.txt ยท Last modified: 2020/02/28 10:46 (external edit)