Format Date
I am trying to format a date this way: March 3, 2022 - unless I missed it, I see how to format in the MM-dd-yyyy format and that works great, but I would like to spell the month out and use the comma as noted. I looked online and didn't see instructions specific to that - anyone figure this out and willing to share?
Comments
-
Reuben Schmitz:
I am trying to format a date this way: March 3, 2022 - unless I missed it, I see how to format in the MM-dd-yyyy format and that works great, but I would like to spell the month out and use the comma as noted. I looked online and didn't see instructions specific to that - anyone figure this out and willing to share?
You can get the format the date the way you described by using formatDateTime(<yourDate>, 'MMMM dd, yyyy')
Or if you want an abbreviated date you can use MMM.
1 -
I will give it another try - last time, I tried the MMM dd, yyyy format, but got an error that said it wasn't a proper formula - but perhaps there was something else not correct. Thanks for the input and I will let you know.
0 -
Hi @Reuben Schmitz - I was able to successfully replicate what Matt suggested. Make sure you are listing the ‘MMM dd, yyyy’ within single quotes in the expression.
1 -
You may have already looked at this, but you can use the “Convert Time Zone” action, even if you're not actually converting from one TimeZone to another (you set both the same). That has formatting options without needing to keep track of the exact nuances of the format strings.
2 -
Hi, you may have already figured this out, but this is the full expression I use for my date: formatDateTime(items('Apply_to_each')['date'], 'MMMM d, yyyy'). I just copy and paste the entire thing, as is into the expression.
2 -
I tried it again and your solution worked - no error this time. Thanks again for the input.
1
Categories
- All Categories
- 6 Blackbaud Community Help
- 209 bbcon®
- 1.4K Blackbaud Altru®
- 395 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 359 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 646 Blackbaud Grantmaking™
- 564 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 934 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.4K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 243 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 238 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 28 PowerUp Challenges
- 3 (Open) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 779 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)



