@mindfulness/utils
    Preparing search index...

    Function isFuture

    • Parameters

      • date: string | number | Date

        The date to check

      Returns boolean

      The date is in the future

      isFuture

      false

      Is the given date in the future?

      // If today is 6 October 2014, is 31 December 2014 in the future?
      const result = isFuture(new Date(2014, 11, 31))
      //=> true