User Tools

Site Tools


en:day

Differences

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

Link to this comparison view

en:day [2016/08/12 12:51]
admin
en:day [2020/02/28 10:46]
Line 1: Line 1:
-===== Day (Function)===== 
- 
-==== Format ==== 
- 
-**day**\\ 
-**day** ( ) 
- 
-returns [[integerexpressions|integer_expression]] 
- 
-==== Description ==== 
- 
-Returns the current system clock's day of the month (1-31). 
- 
-==== See Also ==== 
- 
-{{page>en:start#Time and Date&noheader}} 
- 
-==== Example ==== 
- 
-<code> 
-print "today's date is "; 
-print (month + 1) + "/" + day + "/" + year 
-</code> 
-will print| 
-<code> 
-today's date is 11/30/2009 
-</code> 
- 
-==== History ====  
-|0.9.4|New To Version| 
- 
  
en/day.txt ยท Last modified: 2020/02/28 10:46 (external edit)