• I’m not looking for help, but hopefully this will help others.

    I wanted to format the date in the email response with the US MM/DD/YYYY format. I found that a lowercase ‘m’ will give you the month number. I also added ‘/’ between each letter and removed the spaces. Lastly, I added ’20’ just before the year.

    <p>Available Date: [_format_date "m/d/20y"]</p> 
        <!-- lower 'm' for month digits-->

    I then got the format that I wanted.

    Hope this helps someone out there =)

  • The topic ‘Date Format in Mail Tab’ is closed to new replies.