diff --git a/src-ui/src/app/utils/ngb-date-parser-formatter.ts b/src-ui/src/app/utils/ngb-date-parser-formatter.ts index ceb773f9f..ae3ce0e5d 100644 --- a/src-ui/src/app/utils/ngb-date-parser-formatter.ts +++ b/src-ui/src/app/utils/ngb-date-parser-formatter.ts @@ -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 = {