mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Allow "live" changing of date format
This commit is contained in:
@@ -30,6 +30,10 @@ export class SettingsComponent implements OnInit {
|
||||
|
||||
savedViews: PaperlessSavedView[]
|
||||
|
||||
get comptuedDateLocale(): string {
|
||||
return this.settingsForm.value.dateLocale || this.settingsForm.value.displayLanguage
|
||||
}
|
||||
|
||||
constructor(
|
||||
public savedViewService: SavedViewService,
|
||||
private documentListViewService: DocumentListViewService,
|
||||
|
Reference in New Issue
Block a user