Could you guys recommend me a library which handles the most common missing features for the Date
object in C#?
.. Things like figuring out:
- What quarter a given date is in
- Get the start/end of a given quarter/month/week
- Various subtraction -and addition methods
Note: A library which implements its features as extension methods would be a plus.