In JMWE: How to get the actual time in my timezone?
Hi @Maurice Stassen ,
you can use this:
{{ nowObj | date("tz") | date}}
Of course, you might want to format the date better, for example:
{{ nowObj | date("tz") | date('dddd, MMMM Do YYYY, h:mm:ss a')}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.