Date & Number Formatting Has Never Been Easier
Introduction
Formatting dates and numbers is a tricky task in JavaScript. For starters, the native Date object doesn't have a method to obtain the month in words as date.getMonth() only provides a zero-based number equivalent to the month(0 - 11). Wo...
abinjohn.in5 min read