Hi,
In MB Views, I want to set time format 1 time for all the Time fields output. I try this but it didn't work:
{% set time_format = 'H:i' %}
{{ clone.hours_1 | date( '{{ time_format }}' ) }}
{{ clone.hours_2 | date( '{{ time_format }}' ) }}
As a newbie, I don't know what is wrong. Please help!
Thank you!