diff --git a/docs/markup.rst b/docs/markup.rst index 7fcb96f31..9e8084926 100644 --- a/docs/markup.rst +++ b/docs/markup.rst @@ -31,6 +31,8 @@ Adding the ``date`` class to an ``input-append`` or ``input-prepend`` bootstrap .. figure:: _static/screenshots/markup_component.png :align: center +.. _daterange: + date-range ---------- diff --git a/docs/options.rst b/docs/options.rst index f75a02f52..e4c62374c 100644 --- a/docs/options.rst +++ b/docs/options.rst @@ -142,6 +142,8 @@ Boolean, Number. Default: false Enable multidate picking. Each date in month view acts as a toggle button, keeping track of which dates the user has selected in order. If a number is given, the picker will limit how many dates can be selected to that number, dropping the oldest dates from the list when the number is exceeded. ``true`` equates to no limit. The input's value (if present) is set to a string generated by joining the dates, formatted, with ``multidateSeparator``. +For selecting 2 dates as a range please see :ref:`daterange` + .. figure:: _static/screenshots/option_multidate.png :align: center