Moment JS – check if a date is today or in the future I am trying to use momentjs to check if a given date is today or in the future. This is what I have so far: <script type="text/javascript" src="https://momentjs.com/downloads/moment.min.js"></script> <script... May 17, 2022 0 Comments