Skip to content

Add DD.MM.YYYY date format option (fixes #137) - #161

Open
Pushpak003 wants to merge 1 commit into
meganz:masterfrom
Pushpak003:feature/dmy-date-format
Open

Add DD.MM.YYYY date format option (fixes #137)#161
Pushpak003 wants to merge 1 commit into
meganz:masterfrom
Pushpak003:feature/dmy-date-format

Conversation

@Pushpak003

Copy link
Copy Markdown

Fixes #137

Adds a third date format option in Settings → Preferences → Date and time format: "Use the day, month, year format (DD.MM.YYYY)".

Changes:

  • html/fm.html: added third radio option (value=2)
  • js/utils/locale.js: added printDMY() helper, wired into time2date() when fmconfig.uidateformat === 2
  • lang/en_prod.json: added new locale string

Tested locally on a real account — Date added/Last modified columns correctly render as dd.mm.yyyy (e.g. 30.06.2026 16:01) when the new option is selected. Backward compatible — existing options (locale-based / ISO) unaffected.

Here's the screenshot of the change:
Screenshot 2026-06-30 160830

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Small Feature request ] - Ability to change date format to DD.MM.YYYY for the Date added/Last Modified" column

1 participant