You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The date format in the GUI should be displayed depending on the region/country. The DD/MM/YYYY format is currently used. Depending on the locale, a different format (e.g. DD.MM.YYYY) is expected. The desired format (locale) should be defined in the settings.
--
Unfortunately this is currently not supported, but I'd love to accept a PR to add this feature. Here's how I'll go about it:
Add a new key in the configuration for date/time format
Use this key to localize .toLocaleDateString() in upptime/status-page
The date format in the GUI should be displayed depending on the region/country. The DD/MM/YYYY format is currently used. Depending on the locale, a different format (e.g. DD.MM.YYYY) is expected. The desired format (locale) should be defined in the settings.
--
Unfortunately this is currently not supported, but I'd love to accept a PR to add this feature. Here's how I'll go about it:
Originally posted by @AnandChowdhary in #486 (comment)
The text was updated successfully, but these errors were encountered: