User Tools

Site Tools


syntax:functions:monthname

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
syntax:functions:monthname [2015/04/03 20:58] elenapsyntax:functions:monthname [2021/09/10 22:46] (current) – [Examples] craigt
Line 1: Line 1:
-===== MonthName(month_number) =====+====== MonthName(month_num) =====
 +Category:  Date and Time function
  
-Returns abbreviated 3-letter name of the month corresponding to //month number//, from 1 to 12.+\\  
 +=====Description===== 
 +This function returns the abbreviated (3-lettername of the month corresponding to the //month_num//, from 1 to 12. 
 + 
 +\\  
 +=====Arguments===== 
 +^Argument^Type^Description^ 
 +|month_num|Number|A number representing a month, from 1 to 12.| 
 + 
 +**Return value type:** Text (Jan, Feb, Mar, etc.) 
 + 
 +\\  
 +=====Examples===== 
 + 
 +  monthname(1)  //Returns 'Jan' 
 + 
 +  monthname(9)  //Returns 'Sep' 
 + 
 +\\  
 +=====See also===== 
 +  * [[syntax:functions:month|Month(date_as_number)]] 
 +  * [[syntax:functions:monthend|MonthEnd(date)]] 
 +  * [[syntax:functions:monthnamelocal|MonthNameLocal(month_num)]] 
 +  * [[syntax:functions:monthstart|MonthStart(date)]]
  
-^  Example  ^  Result  ^ 
-| MonthName(1)  |  Jan  | 
-| MonthName(8)  |  Aug  | 
syntax/functions/monthname.1428109139.txt.gz · Last modified: 2015/04/03 20:58 by elenap

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki