MONTH - Return the month string (Reports & Settings Report Generator function)

From Catalyst
Jump to: navigation, search

Syntax

$MONTH{date}

Description

Return the month text from a date.

Parameters

date
A numeric parameter that can not be omitted.
The input date in numeric format, or month of the year if one of the values shown below.
1
January.
2
February.
3
March.
4
April.
5
May.
6
June.
7
July.
8
August.
9
September.
10
October.
11
November.
12
December.

Returns

A text value. The month text eg. 'January', 'February' etc.