1.0.0-rc.3 • Published 3 years ago

libdatetime v1.0.0-rc.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

libdatetime

A Date/Time library for the Browser.

Install

npm install libdatetime

Usage

import { DateTime } from 'libdatetime';

const dt = new DateTime();

dt.addEventListener("second", (event) => {console.log(event)})
// { type: "second", detail: { current: Date, pervious: Date } }

License

Licensed under the MIT License.

1.0.0-rc.3

3 years ago

1.0.0-rc.2

3 years ago

1.0.0-rc.1

3 years ago