Difference between revisions of "MONTH - Return the month string (Reports & Settings Report Generator function)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
 
Line 39: Line 39:
 
The month text eg. {{DataValue|January}}, {{DataValue|February}} etc.
 
The month text eg. {{DataValue|January}}, {{DataValue|February}} etc.
  
[[Category:Reports & Parameters Report Generator functions]]
+
[[Category:Reports & Settings Report Generator functions]]

Latest revision as of 13:04, 22 September 2016

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.