Skip to content

Commit

Permalink
Update Index.html
Browse files Browse the repository at this point in the history
Fix: Replaced hardcoded Y-m-d date format with user-localized format.
  • Loading branch information
auwaerter authored Aug 9, 2024
1 parent 5d2c2dd commit 3135d2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</td>
<td>
<f:for each="{user.accounts}" as="account">
<f:format.date format="Y-m-d H:i:s">{account.lastSuccessfulAuthenticationDate}</f:format.date>
<f:format.date localeFormatType="dateTime" localeFormatLength="medium" forceLocale="{neos:backend.interfaceLanguage()}">{account.lastSuccessfulAuthenticationDate}</f:format.date>
</f:for>
</td>
<td class="neos-action">
Expand Down

0 comments on commit 3135d2f

Please sign in to comment.