2 Attachment(s)
[3.x] Ext.date.RangeField
Ext.date.RangeField is a completely new rewrite of "Ext.ux.form.DateRange". Fixes lots of problems, code has been cleaned up and well documented. Demo/documentation has also been updated to reflect changes. Any questions, feel free to let me know.
Like it's ancestor, this version also bundles DateJs. This version separates the DateJs locale information so you can include this independently for globalization. I had to remove all the standard DateJs globalizations because Sencha's forum didn't like the file size apparently. This only bundles en-US.js, sorry all international users! :s
Download plugin here: Attachment 24583
Live demo: http://jsfiddle.net/2P7K9/
News- 02/05: Updated linguistic error with preset date names, now they say "Month to date", "Year to date", etc. Also fixed IE8 bug reported by sb32.
- 01/30: Updated to allow pickers to update values based on current dates selected.
You can view the old version here:
http://www.sencha.com/forum/showthre...form.DateRange