Skip to content

Add a date parser that works around JS dumb handling of shortened year strings

Claudio Cambra requested to merge work/fix-year-datecombo into master

It works by filling in, from left to right, the digits missing from a shortened year string according to the current year.

For instance, if the user provides '01/01/7', this will be amended to be '01/01/2027', '01/01/07' to '01/01/2007', etc.

Fixes #95 (closed)

Edited by Claudio Cambra

Merge request reports