Month

Kalipso - Form - Expressions - Functions - Functions Descriptions - Date Functions - Month

This Function returns a <string>, which is the month of the specified Date.

Parameters

  • Source Date <string> - Date to get the month from. This parameter must be in format YYYYMMDD

Examples

  • Example 1

Month("20210301") Result = 03

Last updated