How to formate a date from numbers to letters

Hello everyone,
I can formate date easily if I only use numbers.
I have a date DD/MM/YYYY that I want to transform to have day (Monday…) month (January …) number of the day (01).
Do you have any idea on how to transform it ?
Exemple :
Hire date 01/01/2025 => Wednesday January 1

Thanks for the help

Hey Damien,

you can find available tokens for date formatting here.

In your case dddd MMMM D will give you the format you specified.

4 Likes

That works perfectly, thanks a lot Stoyan !

2 Likes