Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@numty/datetime

agroupp10MIT0.1.2TypeScript support: included

The package provides operators and classes to extend functionality of base Date class. NumTy Datetime introduces TimeSpan class that abstracts the time intervals. It gives powerful methods to manipulate, do calculations and convert time intervals to s

numpy, data science, scientific computing, array, datetime, timespan, time span, time string

readme

NumTy Datetime

The package provides operators and classes to extend functionality of base Date class. NumTy Datetime introduces TimeSpan class that abstracts the time intervals. It gives powerful methods to manipulate, do calculations and convert time intervals to strings in different formats.

Credits

  • TimeSpan for the great work and brilliant ideas

Resources

Installing

npm install --save @numty/datetime

Running unit tests

Run nx test datetime to execute the unit tests via Jest.