Currently using http://momentjs.com/ Is there a function I can use as below to find out if array of dates fall within a single day? Example: Events0 - 21-12-
How to format ISO dates BC with Moment.js? moment("-700-01-01").year(); // 700 (WRONG) moment("-0700-01-01").year(); // 700 (WRONG) moment("-000700-01-0
I want to set current time zone with moment.js for user that runs my app. My problem is that many of momentjs question posted here have method called tz but I c
I have a date timestamp stored in mysql which is like 2017-06-29 08:37:31 I am getting it through AJAX and I want to compare it with current date, whether it i