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

Hi Thomas!

This page is really helpful when working with moment.js

You can use the following Moment JS expression: ‘ddd, DD MMM YYYY’

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