MomentJS date manipulation
moment.js is a library for manipulating dates and times in JavaScript. Since programming basically anything to do with dates and times is a pain (due to time zones, localization information, etc), using a well-established library like moment.js is essential. As with any framework, it is important to read the documentation. In this case, it is … [Read more…]