Can someone help me recreate a date format in a momentJS? The wished output is Mon, 07 Feb 2022
1 Like
Hi Thomas!
This page is really helpful when working with moment.js
2 Likes
You can use the following Moment JS expression: ‘ddd, DD MMM YYYY’
3 Likes