chrono icon indicating copy to clipboard operation
chrono copied to clipboard

Add specifier to skip one symbol

Open q2p opened this issue 3 years ago • 0 comments

As of right now chrono can't parse days' suffixes. For example: 2nd of December can't be parsed as there is no specifiers that can parse days with suffixes, or just skip two symbols.

Is there a way to add a specifier that would skip just one symbol? So if that specifier is %^ format for the date string above would look like: %-d%^%^ of %B.

q2p avatar Sep 14 '21 11:09 q2p