Skip to content

Commit

Permalink
Merge pull request #1065 from abeverley/master
Browse files Browse the repository at this point in the history
Minor doc update: link to daterange from multidate
  • Loading branch information
acrobat committed Dec 10, 2014
2 parents 262cbe6 + 7b6291b commit b6d265d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/markup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------

Expand Down
2 changes: 2 additions & 0 deletions docs/options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b6d265d

Please sign in to comment.