From 0f886be109670c59c504dca543785dabde97bbcb Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 10 Mar 2022 14:27:45 -0800 Subject: [PATCH] semicolon --- src-ui/src/app/utils/ngb-date-parser-formatter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {