DateApi 1.0.0.3
Fluent Date Api
Working with dates and time in .NET works great, but I feel it could be more natural to work with them. new DateTime(2000, 6, 3) is less natural than 3.June(2000), isn't it?
Install-Package DateApi -Version 1.0.0.3
dotnet add package DateApi --version 1.0.0.3
paket add DateApi --version 1.0.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Have a look at DateApi.Tests/Overview.cs in the source code, to get a feeling for how the api works!
Dependencies
This package has no dependencies.