User Tools

Site Tools


syntax:functions:monthnamelocal

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
syntax:functions:monthnamelocal [2017/08/19 19:32] dmitrysyntax:functions:monthnamelocal [2021/09/10 22:48] (current) craigt
Line 1: Line 1:
-==== MonthNameLocal(month_number) ====+====== MonthNameLocal(month_num) ====== 
 +Category:  Date and Time function
  
-Returns abbreviated 3-letter name of the month corresponding to a month number, from 1 to 12, according to the current regional locale.+\\  
 +=====Description===== 
 +This function returns the abbreviated (3-lettername of the month corresponding to the //month_num//, from 1 to 12, according to the current regional locale.
  
-**See also** +\\  
-  * [[syntax:functions:monthname|MonthName(month_number)]]+=====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===== 
 + 
 +  monthnamelocal(1)  //Returns 'Jan' 
 + 
 +  monthnamelocal(9)  //Returns 'Sep' 
 + 
 +\\  
 +=====See also===== 
 +  [[syntax:functions:month|Month(date_as_number)]] 
 +  [[syntax:functions:monthend|MonthEnd(date)]] 
 +  * [[syntax:functions:monthname|MonthName(month_num)]] 
 +  * [[syntax:functions:monthstart|MonthStart(date)]]
syntax/functions/monthnamelocal.1503185552.txt.gz · Last modified: 2017/08/19 19:32 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki