Article from Clément Dufour
Tips and tricks for date handling with moment.js
January 31, 2018Clément Dufour2 min read
Handling dates when dealing with timezones is a difficult task. Fortunately for us, there are many libraries like moment.js helping us to handle common issues like timezones, daylight saving time, manipulation and date formatting. I recently encountered several issues in displaying dates in the…
Continue reading →