Function: monthName()

Usage

monthName(<Date>) : Text

monthName(<Date>, <Culture>) : Text

The monthNameThe monthName function is used to extract the month name from the specified date parameter. It also provides a function overload to display the value in different cultures.

For more information about cultures you can use, check out the following article:

Examples

When you use static dates, you need to enclose the value with the # symbol. The date should be in the following format - dd/mm/yyyy hh:mm

monthName(#15/02/2021 12:00#) => "February"

monthName(#15/02/2021 12:00#, "it-IT") => "Febbraio"

Learn more about how you can get started using the Formula Field.

What would you improve in this article?
Powered by:

Type above and the results will be displayed here.