Whiteknight / ParserObjects

C# library for parser combinators
https://whiteknight.github.io/ParserObjects
Apache License 2.0
6 stars 0 forks source link

Date/Time format parsers #203

Closed Whiteknight closed 8 months ago

Whiteknight commented 8 months ago

Add parsers for Date(), Time() and DateAndTime() which use microsoft's custom format specifiers.

Whiteknight commented 8 months ago

I have started implementing this in master but there are a number of corner cases and other details that I am still missing. The code has TODO notes and needs a lot more testing of various cases.

Whiteknight commented 8 months ago

This is in master now. There are several tests with it, I can add more if we discover missed cases.