User Tools

Site Tools


pt:day

Differences

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

Link to this comparison view

pt:day [2016/01/01 22:47]
pt:day [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Day =====
 +
 +==== Formato ====
 +
 +**day**\\
 +**day** ( )
 +
 +==== Descrição ====
 +
 +Devolve o dia do mês do sistema (1-31).
 +
 +==== Ver também ====
 +
 +[[hour|Hour]], [[minute|Minute]], [[month|Month]], [[Msec|Msec]], [[second|Second]], [[year|Year]]
 +
 +==== Exemplo ====
 +
 +<code>
 +print "today's date is ";
 +print (month + 1) + "/" + day + "/" + year
 +</code>
 +will print|
 +<code>
 +today's date is 11/30/2009
 +</code>
 +
 +==== Introduzido na versão ==== 
 +
 +0.9.4
  
pt/day.txt · Last modified: 2020/02/28 10:46 (external edit)