0
new Date("6/18/2014") !== new Date("6/18/2014");

returns true

new Date("6/18/2014") === new Date("6/18/2014");

returns false

moment(datestring) returns the same as above. How can this be and what is wront with the date comparisons.

thebjorn
  • 26,297
  • 11
  • 96
  • 138
m.rice
  • 139
  • 1
  • 10

0 Answers0