====== MonthName(month_num) ======
Category:  Date and Time function

\\ 
=====Description=====
This function returns the abbreviated (3-letter) name 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)]]
