mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
semicolon
This commit is contained in:
parent
73a597855f
commit
0f886be109
@ -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