iso-week

0.1.2 • Public • Published

iso-week NPM version

Get the ISO week of the year.

Install with npm

npm i iso-week --save

Run tests

npm test

Usage

var isoWeek = require('iso-week');
 
isoWeek();
//=> '50'

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Related

  • days: Days of the week.
  • month: Get the name or number of the current month or any month of the year.
  • months: Months of the year.
  • o-clock: Simple utility for displaying the time in 12-hour clock format.
  • seconds: Get the number of seconds for a minute, hour, day and week.
  • weekday: Get the name and number of the current weekday. Or get the name of the… more
  • week: Get the current week number.
  • year: Simple utility to get the current year with 2 or 4 digits.

Author

Jon Schlinkert

License

Copyright (c) 2015 Jon Schlinkert Released under the MIT license.


This file was generated by verb-cli on May 01, 2015.

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i iso-week

    Weekly Downloads

    51

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • doowb
    • jonschlinkert