1 repo
Date utilities that expose a fluent API for method chaining.
Distinguishing note: Focuses on the identity of the library as a chainable utility.
Explore 1 awesome GitHub repository matching data & databases · Chainable Date Utilities. Refine with filters or upvote what's useful.
Day.js is a lightweight utility for parsing, validating, and manipulating date objects. It provides a fluent, chainable interface that allows for complex time calculations and transformations to be performed through a sequence of readable method calls. By utilizing an immutable wrapper pattern, the library ensures data integrity by creating new instances for every operation rather than modifying existing objects. The project is distinguished by a minimalist core abstraction that maintains a small footprint by offloading non-essential features to an optional, modular plugin system. This archit
Provides a fluent interface for performing complex time calculations through readable method calls.