I am trying to format a date to display just the month name spelled out. Currently, it is just returning it as the number. I tried the following, but instead of the month name, it returns "MMMM".
=Format(Fields!Month.Value, "MMMM")
I should also mention that this is a calculated field called "Month" as follows: =MONTH(Fields!ArrivalDate.Value) I also tried the format here, but it still just returned "MMMM".
Thank you.
=Format(Fields!Month.Value, "MMMM")
I should also mention that this is a calculated field called "Month" as follows: =MONTH(Fields!ArrivalDate.Value) I also tried the format here, but it still just returned "MMMM".
Thank you.