sendgrid / email-templates

A repository of common email templates to use and modify to your heart's content.
https://sendgrid.com
MIT License
818 stars 987 forks source link

Can't use formatDate helper with empty string or "now" to get today #107

Open knopa opened 8 months ago

knopa commented 8 months ago

Actual Behaviour

It doesn't substitute now datetime

Expected Behaviour

Should substitute now datetime

Steps to reproduce it

{{formatDate "" "YYYY"}}

{{formatDate "now" "YYYY"}}