splitsecond
A simple date manipulation library for Node. This library always returns ISO 8601 datetime stamps in UTC.
Installation
npm i -S splitsecond
or
yarn add splitsecond
Usage
const { now, update, parse } = require('splitsecond');
This package composes splitsecond
modules together and exposes all of them in a single package.
You can also download individual modules under the scoped name @splitsecond
. Checkout each module for the usage documentation.