User Tools

Site Tools


de:year

Differences

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

Link to this comparison view

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