libdatetime
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc.3 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i libdatetime

Weekly Downloads

2

Version

1.0.0-rc.3

License

MIT

Unpacked Size

33.9 kB

Total Files

16

Last publish

Collaborators

  • andrewalex