sisyphsu / dateparser

dateparser is a smart and high-performance date parser library, it supports hundreds of different formats, nearly all format that we may used. And this is also a showcase for "retree" algorithm.
MIT License
95 stars 24 forks source link

Format exception #32

Closed fengyunlong880302 closed 1 year ago

fengyunlong880302 commented 1 year ago

hi,I want to format the input "17JAN2023/00:00"; I use the rule "(?\d{2})\W+(?%s)\W+(?\d{4})./(?\d{2})$" but has error like that; Exception in thread "main" java.time.format.DateTimeParseException: Text 17JAN2023/00:00 cannot parse at 0

fengyunlong880302 commented 1 year ago

I got the resolution.thanks for your codes,pretty good