1.2.0 • Published 4 years ago

splitsecond v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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.

  1. @splitsecond/now
  2. @splitsecond/update
  3. @splitsecond/parse