mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
semicolon
This commit is contained in:
parent
74ca991277
commit
0708da5b67
@ -87,7 +87,7 @@ export class LocalizedDateParserFormatter extends NgbDateParserFormatter {
|
||||
}
|
||||
|
||||
parse(value: string): NgbDateStruct | null {
|
||||
value = this.preformatDateInput(value);
|
||||
value = this.preformatDateInput(value)
|
||||
let match = this.getDateParseRegex().exec(value)
|
||||
if (match) {
|
||||
let dateStruct = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user