I am trying to transform a date in javascript from the following string:
Tue Jul 27 2021 00:00:00 GMT+0200 (hora de verano de Europa central)
To:
Tue, 27 Jul 2021
I have tried in various ways but I cannot achieve the format I want, if someone could help me I would greatly appreciate it.
Thanks