Ext.ux.form.field.MultiMonth - Input month or month ranges
Ext.ux.form.field.MultiMonth - Input month or month ranges
This extension implements an input field that allows entering either single month value or month range, depending on settings. It is based heavily on Ext.ux.form.field.MultiDate.
Features:
Allows entering starting and ending months
Separate settings for input format, display and submit formats
Fully themed with CSS sheet provided
Switched behavior: set multiValue property to false and field will allow only single month to be entered
New enhanced Month picker for visual date selection
Usage: drop-in replacement for Ext.form.field.Date, with several options to provide locale-dependent date formatting. See included demo application and source.