User Tools

Site Tools


en:month

Differences

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

Link to this comparison view

en:month [2016/08/12 12:51]
admin
en:month [2020/02/28 10:46]
Line 1: Line 1:
-===== Month (Function) ===== 
-==== Format ==== 
-**month**\\ 
-**month** ( ) 
- 
-returns [[integerexpressions|integer_expression]] 
- 
-==== Description ==== 
-Returns the current system clock's month. January is 0, February is 1... December is 11. 
-==== Example ==== 
-<code> 
-cls 
-dim n$(12) 
-n$ = {"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"} 
-print day + "-" + n$[month] + "-" + year 
-</code> 
-on New Years will display 
-<code> 
-1-Jan-2010 
-</code> 
- 
-==== See Also ==== 
-{{page>en:start#Time and Date&noheader}} 
- 
-==== History ====  
-|0.9.4|New To Version| 
  
en/month.txt ยท Last modified: 2020/02/28 10:46 (external edit)