any-date-parser icon indicating copy to clipboard operation
any-date-parser copied to clipboard

24hr time matches to year/month/day

Open crobinson42 opened this issue 2 years ago • 0 comments

Expected

parser.attempt('1615') to produce { hour: 16, minute: 15 }.

Actual

parser.attempt('1615') to produce {year: 2016, month: 1, day: 5}.

crobinson42 avatar Dec 30 '22 20:12 crobinson42