Table of Contents

, , , ,

MONTH_TEXT

Description

Returns the name of the specified month as text

Parameters

  1. A number indicating the month - 1 for January, 2 for February etc

Example

IF MONTH_TEXT (CURRENT_MONTH) = 'January' THEN ...