DateSlider is a simple extension for Sencha ExtJS that allows standard sliders to use dates as values. More than one handle can be set, and each can be tied to date input fields.
The component can be created using Ext.create (Ext.ux.DateSlider) or using the xtype (dateslider). Passed configuration can include the following, as well as any other slider properties. Properties marked with * are required.
*dateFields: array of Ext.form.field.Date items
OR
*values: array of date string matching dateFormat (see below)
dateFormat: valid Ext.Date format (default 'n/j/Y')
*minDate: valid Ext.Date format
*maxDate: valid Ext.Date format
dateIncrement: Ext.Date interval constant (default Ext.Date.DAY)
You can view and contribute through GitHub.
DirectYou can view the source file here.