User Tools

Site Tools


en:public:developer:template_system:tags:repository:month_title

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
en/public/developer/template_system/tags/repository/month_title.txt · Last modified: 2015/02/05 14:57 by svanderclock