mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Merge pull request #1113 from magnetic6/master
Document specification of the expected creation date order
This commit is contained in:
commit
513c61eb79
1 changed files with 8 additions and 0 deletions
|
|
@ -621,6 +621,14 @@ PAPERLESS_IGNORE_DATES=<string>
|
|||
Example: "2020-12-02,22.04.1999"
|
||||
|
||||
Defaults to an empty string to not ignore any dates.
|
||||
|
||||
PAPERLESS_DATE_ORDER=<format>
|
||||
Paperless will try to determine the document creation date from its contents.
|
||||
Specify the date format Paperless should expect to see within your documents.
|
||||
|
||||
This option defaults to DMY which translates to day first, month second, and year
|
||||
last order. Characters D, M, or Y can be shuffled to meet the required order.
|
||||
|
||||
|
||||
|
||||
Binaries
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue