Recreate a date format in moment

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

Hi! Even though the answer is already posted, I would just recomment using ChatGPT (or similar tools) for everything related to javascript:

1 Like