I will use the opportunity for yet another `moment...
# suitescript
e
I will use the opportunity for yet another
moment.js
plug:
Copy code
var a = moment("1/29/2019", "M/d/YYYY");
var b = moment("2/3/2019", "M/d/YYYY");
a.isBefore(b); // => true