0.3.5 • Published 8 years ago

tokei v0.3.5

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Tokei

Date, time, and number localization for node.js

Dependency Status License Status Downloads Version Build Status

Tokei is a localization library that combines and wraps Intl.DateTimeFormat, Intl.NumberFormat, and Moment.js (including Moment.js Timezone) with a very simple API.

Documentation

See documentation.

Usage

# Install
npm install --save tokei
var tokei = require('tokei');

tokei(locale).date().now();

Contribution

I would gladly accept any contribution! Just use gulp to lint and beautify your code.

Known Issues

Formatting Japanese and Chinese are incorrect so I recommend you to use moment.

0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago