mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 16:46:50 +01:00
change ISO date to always display 4 digit years #736
This commit is contained in:
parent
5ab717c6be
commit
7795baf989
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ import { SettingsService, SETTINGS_KEYS } from '../services/settings.service';
|
||||||
|
|
||||||
const FORMAT_TO_ISO_FORMAT = {
|
const FORMAT_TO_ISO_FORMAT = {
|
||||||
"longDate": "y-MM-dd",
|
"longDate": "y-MM-dd",
|
||||||
"mediumDate": "yy-MM-dd",
|
"mediumDate": "y-MM-dd",
|
||||||
"shortDate": "yy-MM-dd"
|
"shortDate": "y-MM-dd"
|
||||||
}
|
}
|
||||||
|
|
||||||
@Pipe({
|
@Pipe({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue