semicolon

This commit is contained in:
Michael Shamoon 2022-03-10 14:27:45 -08:00
parent 73a597855f
commit 0f886be109

View File

@ -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 = {