Date formatting

For date formatting in email templates, what are the available formats? Most of the PHP ones do not seem to work. I am trying to get something like “13 July 2021”.

Hi @sunnyjayjay ,

Under the hood of our date helper, we use the DateTime.TryParse method, so it should work with various formats.

You can refer to Microsoft documentation for some examples.

Let me know if that helps,

Cheers!