JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q71802F
  • License MIT

Lightweight TypeScript date utility functions library

Package Exports

  • @alessiofrittoli/date-utils
  • @alessiofrittoli/date-utils/common
  • @alessiofrittoli/date-utils/format
  • @alessiofrittoli/date-utils/format/formatDate
  • @alessiofrittoli/date-utils/format/formatRelativeTime
  • @alessiofrittoli/date-utils/timezones/identifiers
  • @alessiofrittoli/date-utils/timezones/index
  • @alessiofrittoli/date-utils/timezones/types
  • @alessiofrittoli/date-utils/utils

Readme

Date Utils 🗓️

Version 1.0.0

Lightweight TypeScript date utility functions library

This lightweight TypeScript utility library comes with common and utility dates functions.

Everything is exported from the root of this library but specific paths can be used too (especially when dynamically importing functions and tree shaking has no effect).

Table of Contents


Getting started

Run the following command to start using date-utils in your projects:

npm i @alessiofrittoli/date-utils

or using pnpm

pnpm i @alessiofrittoli/date-utils

ESLint

warnings / errors check.

pnpm lint

Jest

Run all the defined test suites by running the following:

# Run tests and watch file changes.
pnpm test

# Run tests in a CI environment.
pnpm test:ci

Security

If you believe you have found a security vulnerability, we encourage you to responsibly disclose this and NOT open a public issue. We will investigate all legitimate reports. Email security@alessiofrittoli.it to disclose any security vulnerabilities.

Made with ☕

Alessio Frittoli
https://alessiofrittoli.it | info@alessiofrittoli.it