Introducing VDDate : Attempt to standardize the most frequently implemented extensions for Date

VDDate: A Fresh Approach to Date Handling in Swift :calendar:

Hey Swift community,

I've been working on a new library named VDDate that I believe can offer a different perspective on date manipulations. This library is an attempt to combine and standardize the most frequently implemented extensions for Date.

Here's what you can expect:

  • Simplified initializers and helper functions for Date.
  • Enhanced tools for date comparison, matching, and formatting.
  • Extended arithmetic functions with DateComponents.

While the API is still evolving, I'm genuinely interested in any suggestions or feedback you may have. Let's collaboratively refine it!

Take a look at the library here and share your thoughts.