@numty/datetime
v0.1.2
Published
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
Downloads
12
Maintainers
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
- Sources: https://github.com/agroupp/numty/packages/datetime
- Source Code Documentation: https://agroupp.github.io/numty/datetime
Installing
npm install --save @numty/datetime
Running unit tests
Run nx test datetime
to execute the unit tests via Jest.