Dumferling
Member
- Local time
- Today, 07:37
- Joined
- Apr 28, 2020
- Messages
- 102
I have this:
SortByMonth: Format(DatePart("m",[DatePublished]),"mmmm")
DatePart gives me a number for the month but I want to show that as a name. The above defaults everything to January so that I get:
rather than the words for each of the months.
Is there another way to do this?
SortByMonth: Format(DatePart("m",[DatePublished]),"mmmm")
DatePart gives me a number for the month but I want to show that as a name. The above defaults everything to January so that I get:
rather than the words for each of the months.
Is there another way to do this?