0.3.5 • Published 9 years ago

tokei v0.3.5

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

9 years ago

0.3.4

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago