Can't use formatDate helper with empty string or "now" to get today
Opened this issue · 0 comments
knopa commented
Actual Behaviour
It doesn't substitute now datetime
Expected Behaviour
Should substitute now datetime
Steps to reproduce it
{{formatDate "" "YYYY"}}
{{formatDate "now" "YYYY"}}