User Tools

Site Tools


ro:month

Differences

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

Link to this comparison view

ro:month [2016/07/05 02:27]
junior-root
ro:month [2020/02/28 10:46]
Line 1: Line 1:
-===== Month (Funcție) ===== 
-==== Format ==== 
-**month**\\ 
-**month** ( ) 
- 
-Întoarce //un_număr_întreg_pozitiv// 
- 
-==== Descriere ==== 
-Întoarce luna curentă. Ianuarie este 0, februarie este 1... decembrie este 11. 
- 
-==== Exemplu ==== 
-<code> 
-cls 
-dim n$(12) 
-n$ = {"Ian", "Feb", "Mar", "Apr", "Mai", "Iun", "Iul", "Aug", "Sep", "Oct", "Nov", "Dec"} 
-print day + "-" + n$[month] + "-" + year 
-</code> 
-va afișa data curentă, de exemplu: 
-<code> 
-5-Iul-2016 
-</code> 
- 
-==== Vezi și ==== 
-{{page>ro:start#Time and Date&noheader}} 
- 
-==== Istoric ====  
-|0.9.4|Nou începând cu această versiune| 
  
ro/month.txt · Last modified: 2020/02/28 10:46 (external edit)