- First commit to issue fork.
Using twig inside a view in order to get the time of a DateTime Range field like:
{% set myStartTime = field_event_start.value|date("H:i:s", "UTC") %}
does return the time of now() instead the time of the field_event_start.
While {% set myStartDate = field_event_zeitpunkt.value|date("Y-m-d", "UTC") %}
gives the correct date of the field.
end_value: {% set myStartDate = field_event_zeitpunkt.end_value|date("Y-m-d", "UTC") %}
does not return anything at all.
Active
9.5
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.