DateGalleryRange

TYPE DEFINITION

Represents a range of dates, from a start date to and end date.

Since 1.6.0

Properties

  • endDate

    string | Date

    The end date of the range, includes the time.

    The endDate is inclusive: meaning if the event has a startDate which is monday and an endDate on wednesday, the range runs on monday, tuesday and wednesday.

    Can either be a Date instance, or a string which can be passed to the Date constructor to make a date.

    Since 1.6.0

  • startDate

    string | Date

    The start date of the range, includes the time.

    The startDate is inclusive: meaning if the event has a startDate which is monday and an endDate on wednesday, the range runs on monday, tuesday and wednesday.

    Can either be a Date instance, or a string which can be passed to the Date constructor to make a date.

    Since 1.6.0