Calculating month names as plain text
madicon.de/Tipps & Tricks/Calculating month names as plain text

Calculating month names as plain text

With the following formula you can calculate the month name in "plain text" for a given date.
@Select(@Month(DATEFIELD);"January";"February";"March";"April";"May";"June";"July";"August";"September";"October";"November";"December")
The field "DATEFIELD" must of course be of type "Date/Time".
 

Amazon Affiliate Link
notion image