UNPKG

@leafygreen-ui/date-utils

Version:
22 lines (13 loc) 496 B
# Date Utils ![npm (scoped)](https://img.shields.io/npm/v/@leafygreen-ui/date-utils.svg) LeafyGreen DateUtils provides date manipulation & comparison utilities not included in the [`date-fns`](https://date-fns.org/) library. Note, this package only contains generic Date utilities. For implementation-specific utilities, see `date-picker/src/shared/utils` ## Installation ### Yarn ```shell yarn add @leafygreen-ui/date-utils ``` ### NPM ```shell npm install @leafygreen-ui/date-utils ```