Hefaistos68 / MoreDateTime

An extension library to simplify dealing with .NET's DateTime, DateOnly, TimeOnly and TimeSpan objects, also includes support for the ISO 8601 EDTF profile.
https://hefaistos68.github.io/MoreDateTime/
MIT License
11 stars 2 forks source link

Add support for human readable output to ExtendedDateTime objects #28

Open Hefaistos68 opened 1 year ago

Hefaistos68 commented 1 year ago

ExtendedDateTime objects should be able to be converted to a human readable (and understandable) text. This text is probably not reversely parseable back into a EDTF object. Although it would be nice.

Hefaistos68 commented 1 year ago

Consider adding support for this into the Humanizer project