From 0737ea30e85c8db81204efa3359bab6ab3e0ab99 Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 10 Mar 2022 15:27:02 -0800 Subject: [PATCH] fix comment --- 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 4f4c30f44..9920fddff 100644 --- a/src-ui/src/app/utils/ngb-date-parser-formatter.ts +++ b/src-ui/src/app/utils/ngb-date-parser-formatter.ts @@ -35,7 +35,7 @@ export class LocalizedDateParserFormatter extends NgbDateParserFormatter { * have it expanded to 10.03.2022, in the case of the German format. * (All other formats are also supported) * - * It also strips commas or periods before running formatting, + * It also strips any separators before running formatting, * which allows quick entry of the date on the numpad. */ public preformatDateInput(value: string): string {