mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Replace deprecated function.
This commit is contained in:
@@ -177,7 +177,7 @@
|
||||
var drawVerticalLine = '';
|
||||
{# render vertical line with text "today" #}
|
||||
{% if start.lte(today) and end.gte(today) %}
|
||||
drawVerticalLine = '{{ today.formatLocalized(monthAndDayFormat) }}';
|
||||
drawVerticalLine = '{{ today.isoFormat(monthAndDayFormat) }}';
|
||||
{% endif %}
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user