New release: Fuzzy dates
Added 2023-09-16 08:49:53 +0000 UTCWhile working on some Multiposter extensions I noticed that I've needed a way to fuzzily parse a date input multiple times before, so I decided to factor that out and broaden it a bit into this library. There already is a library out there called cl-date-time-parser, which offers fuzzy parsing of some formats, but does not include relative time parsing, a use-case that's quite important to me.
Comments
Oh, neat! I'll have a look
Yukari Hafner
2023-09-17 12:15:51 +0000 UTCHi! There already exists a library for parsing relative dates: https://quickdocs.org/chronicity
Alexander Artemenko
2023-09-17 11:48:06 +0000 UTC