mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 19:46:48 +01:00
semicolon
This commit is contained in:
parent
73a597855f
commit
0f886be109
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ export class LocalizedDateParserFormatter extends NgbDateParserFormatter {
|
||||||
}
|
}
|
||||||
|
|
||||||
parse(value: string): NgbDateStruct | null {
|
parse(value: string): NgbDateStruct | null {
|
||||||
value = this.preformatDateInput(value);
|
value = this.preformatDateInput(value)
|
||||||
let match = this.getDateParseRegex().exec(value)
|
let match = this.getDateParseRegex().exec(value)
|
||||||
if (match) {
|
if (match) {
|
||||||
let dateStruct = {
|
let dateStruct = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue