@@ -14,6 +14,8 @@ file that was distributed with this source code.
{% block field%}
{%- if value is empty -%}
+ {%- elseif field_description.options.format is defined -%}
+ {{ value|date(field_description.options.format) }}
{%- else -%}
{{ value|date('F j, Y') }}
{%- endif -%}
{% block field %}
{{ value|date }}