mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Replace deprecated function.
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
{
|
||||
account_name: account.name|escape,
|
||||
url: url,
|
||||
start: start.formatLocalized(monthAndDayFormat),
|
||||
end: end.formatLocalized(monthAndDayFormat),
|
||||
start: start.isoFormat(monthAndDayFormat),
|
||||
end: end.isoFormat(monthAndDayFormat),
|
||||
})|raw }}
|
||||
|
||||
</em>
|
||||
|
||||
Reference in New Issue
Block a user