Kategorie JavaScript

Things I learned about JavaScript’s Date

JavaScript’s Date does not stop to amaze me.Probably every developer has encountered lots of problems when working with it.Most projects use other date libraries like Moment.js or JS-Joda to cope with its shortcomings.In case you want to or have to…