feat: custom time/date format in clock widget (#2180)

* feat: custom time/date format in clock widget

* feat: add customFormat variables for old-imports

* fix: added missing comma for old-import

---------

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
Jack Weller
2025-02-04 04:33:29 +10:00
committed by GitHub
parent 0d97cc50c2
commit be603badfe
4 changed files with 26 additions and 2 deletions

View File

@@ -1193,6 +1193,14 @@
"dateFormat": {
"label": "Date Format",
"description": "How the date should look like"
},
"customTimeFormat": {
"label": "Custom time format",
"description": "Use ISO 8601 to format time (this will override other options)"
},
"customDateFormat": {
"label": "Custom date format",
"description": "Use ISO 8601 to format date (this will override other options)"
}
}
},