pretty-weekday

1.0.1 • Public • Published

Pretty weekdays v1.0.1

Installation

In a browser:

<script src="pretty-weekday.js"></script>

Using npm:

$ npm i --save pretty-weekday

Usage

var PrettyWeekday = require('pretty-weekday');
 
PrettyWeekday.toPrettyDay(1) // { name: "Monday", short: "Mon" }
 

Test

$ npm test

Package Sidebar

Install

npm i pretty-weekday

Weekly Downloads

4

Version

1.0.1

License

ISC

Last publish

Collaborators

  • jasofalcon