mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
fix comment
This commit is contained in:
parent
1807811903
commit
0737ea30e8
@ -35,7 +35,7 @@ export class LocalizedDateParserFormatter extends NgbDateParserFormatter {
|
|||||||
* have it expanded to 10.03.2022, in the case of the German format.
|
* have it expanded to 10.03.2022, in the case of the German format.
|
||||||
* (All other formats are also supported)
|
* (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.
|
* which allows quick entry of the date on the numpad.
|
||||||
*/
|
*/
|
||||||
public preformatDateInput(value: string): string {
|
public preformatDateInput(value: string): string {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user