mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-01 04:59:25 -06:00
Fix #1327
This commit is contained in:
parent
a85ebb49b2
commit
91494584c2
@ -54,7 +54,7 @@
|
||||
<td>{{ 'start_date'|_ }}</td>
|
||||
<td>
|
||||
{% if piggyBank.startdate %}
|
||||
{{ piggyBank.startdate.format('jS F Y') }}
|
||||
{{ piggyBank.startdate.formatLocalized(monthAndDayFormat) }}
|
||||
{% else %}
|
||||
<em>{{ 'no_start_date'|_ }}</em>
|
||||
{% endif %}
|
||||
@ -64,7 +64,7 @@
|
||||
<td>{{ 'target_date'|_ }}</td>
|
||||
<td>
|
||||
{% if piggyBank.targetdate %}
|
||||
{{ piggyBank.targetdate.format('jS F Y') }}
|
||||
{{ piggyBank.targetdate.formatLocalized(monthAndDayFormat) }}
|
||||
{% else %}
|
||||
<em>{{ 'no_target_date'|_ }}</em>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user