You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation, you should be able to do {{date|date('Y-m-d')}}. However, this doesn't work; the output is blank. {{datetime|date('Y-m-d')}} does work, but I want to be able to do this with {{highlight_date}} and other similar variables.
Anyone have any hints on how to get this to work? Can I convert the {{highlight_date}} to a datetime object, somehow?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
According to the documentation, you should be able to do
{{date|date('Y-m-d')}}
. However, this doesn't work; the output is blank.{{datetime|date('Y-m-d')}}
does work, but I want to be able to do this with{{highlight_date}}
and other similar variables.Anyone have any hints on how to get this to work? Can I convert the
{{highlight_date}}
to a datetime object, somehow?Thanks in advance!
The text was updated successfully, but these errors were encountered: