Display date month only for date field

  • Does anyone know if there's a date format I can use to display the month only for a date field? I'm doing a Birthday report and am using date ranges but I only want the month to display. The closest I can get is Month day e.g. "July 30". But, I only want "July" to appear in the report.

    Anyone know how to resolve this?

    Thank you for looking.

  • Use this as your expression

    =MonthName(Month(DateValueHere),False)

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply