The MultiDate extension
MultiDate
is a form field extension, which is extended from Ext.form.field.Date
, which allows entering of multiple dates and date ranges with flexible format-matching and powerful drop-down picker, developed by Alexander Tokarev.
Following is the screenshot of a MultiDate
field:
The following are some of the features for MultiDate
:
No limit for number of dates or date ranges.
Separate settings for input format, display format, and submit format of range values.
Fully themed with CSS sheet provided.
Backwards compatibility: multivalue input can be turned off by setting one option; in this case, behavior is similar to the stockDate field.
Support for configurable work weekdays selection.
Press Space in picker to select/unselect single day.
Shift + Space or Shift + click in picker selects the work week.
Ctrl + Backspace in picker clears the selection.
Ctrl + click in picker selects the freeform ranges: Ctrl + click once to set the start date and Ctrl + click again to set the...