mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	change ISO date to always display 4 digit years #736
This commit is contained in:
		@@ -4,8 +4,8 @@ import { SettingsService, SETTINGS_KEYS } from '../services/settings.service';
 | 
			
		||||
 | 
			
		||||
const FORMAT_TO_ISO_FORMAT = {
 | 
			
		||||
  "longDate": "y-MM-dd",
 | 
			
		||||
  "mediumDate": "yy-MM-dd",
 | 
			
		||||
  "shortDate": "yy-MM-dd"
 | 
			
		||||
  "mediumDate": "y-MM-dd",
 | 
			
		||||
  "shortDate": "y-MM-dd"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@Pipe({
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user