User Tools

Site Tools


pt:year

Differences

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

Link to this comparison view

pt:year [2016/01/01 22:48]
pt:year [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Year =====
 +==== Formato ====
 +**year**\\
 +**year** ( )
 +==== Descrição ====
 +Devolve o ano do sistema (quatro dígitos).
 +==== Exemplo ====
 +<code>
 +print "today's date is ";
 +print (month + 1) + "/" + day + "/" + year
 +</code>
 +mostra
 +<code>
 +today's date is 11/30/2009
 +</code>
 +==== Ver também ====
 +[[day|Day]], [[hour| Hour]], [[minute| Minute]], [[month| Month]], [[Msec|Msec]], [[second| Second]]
 +==== Introduzido ==== 
 +0.9.4