For dates, is is possible to only display the month and year?
I'd like dates to appear just as month and year. Without the day. Is that possible? If so, where would I make the change? Using the Magazine template. Thank you!
Yes, you'll need to modify your template's date_display
property in line 9 of package.json from MMMM D, Y
to MMMM Y
.
Please let me know if you have any questions about this process!
Answered 6 months ago ยท Edit answer