How to do a greater than or equal to with moments (moment.js) in javascript? January 8, 2023 by Tarik You can use the isSameOrAfter method in momentjs: moment1.isSameOrAfter(moment2);