Date format

I am looking to convert Wed, June 22nd to MM/DD/YYYY (06/22/2022 in this case). Can I do it using Date & Time node? if so how?

Thanks

Hello @Droren,
using your June 22nd as sample data I used our Date & Time Node and added $today.year in the value expression.

Example Workflow

2 Likes

THANKS! @marcus