I\'m trying to detect with Moment.js if a given date is between two dates. Since version 2.0.0, Tim added isBefore() and isAfter() for date compari
isBefore()
isAfter()
Good news everyone, there's an isBetween function! Update your library ;)
isBetween
http://momentjs.com/docs/#/query/is-between/