1.0.0-rc.3 • Published 9 months ago

libdatetime v1.0.0-rc.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months 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

9 months ago

1.0.0-rc.2

9 months ago

1.0.0-rc.1

9 months ago