hash-to-month Hash a value to a month npm install hash-to-month Usage var toMonth = require('hash-to-month') console.log(toMonth('example, inc.')) // returns 0API var month = toMonth(value) Hash the given value to a month. License MIT