Skip to content

Commit

Permalink
Replace local_format_date with api_convert_and_format_date
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Apr 26, 2017
1 parent c246105 commit dbfd7a8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@
<td>
{% for advance in advances %}
<p>
<strong>{{ advance.start_date|local_format_date(2) ~ ' (' ~ advance.duration ~ 'HourShort'|get_lang ~ ') ' }}</strong>
<strong>{{ advance.start_date|api_convert_and_format_date(2) ~ ' (' ~ advance.duration ~ 'HourShort'|get_lang ~ ') ' }}</strong>
</p>
{{ advance.content }}
{% endfor %}
Expand Down

0 comments on commit dbfd7a8

Please sign in to comment.