date-to-words

1.0.2 • Public • Published

date-to-words

Convert date into its spoken representation.

Install

$ npm install --save date-to-words

Usage

var dateToWords = require("date-to-words");
 
dateToWords(new Date(2015, 6, 23)); // => "July the twenty-third, twenty fifteen"

License

MIT

/date-to-words/

    Package Sidebar

    Install

    npm i date-to-words

    Weekly Downloads

    16

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • iamakulov