1.0.0-rc.3 • Published 2 years ago

libdatetime v1.0.0-rc.3

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

2 years ago

1.0.0-rc.2

2 years ago

1.0.0-rc.1

2 years ago