Table of Contents

<#month_title>

Returns the string representing the month's title according to current format settings of the user.

Parameters

Name Mandatory Default Description
number Yes From 1 to 12, represents the number of the month.
short No If equal to 1 then returns short format of the title else returns long format of the title.

Example

<#month_title number="2" short="1">
<#month_title number="9">

The above example will output:

Feb
September