Get A Month From The Date Time Column In SharePoint Online

Agx 96 Reputation points
2021-06-06T21:48:05.277+00:00

Hello,

I need a calculated filed that show extended month from another date field.

When I put the formula in SPO, I get the error :
Sorry, something went wrong
The formula contains a syntax error or is not supported.

Formula; =TEXT(DATEFIELDNAME,"mmmm")

THANK YOU

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,230 questions
{count} votes

Accepted answer
  1. Agx 96 Reputation points
    2021-06-07T13:41:14.813+00:00

    I found the solution by myself

    =TEXT(DATEFIELDNAME;"mmmm")

    SharePoint online needs ; instead ,


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.