-
17 Jul 2009 6:18 AM #1
[3.x] Ext.ux.DateRangePicker Extension
[3.x] Ext.ux.DateRangePicker Extension
I create a date range picker to have the possibility to select a range date into one field.
For more information go to the Date Range Picker web site :
http://sites.google.com/site/daterangepicker
Don't hesitate to ask me if you meet few bugs...
-
17 Jul 2009 6:57 AM #2
I am trying this with 2.2 and I get an error of:
this.menu.rangePicker has no properties
I take it this will only work in version 3+
Looks great but I am still using 2.2 at least for a while.
Marty
-
18 Jul 2009 2:54 AM #3
I'm seeing [2009/07/15 - 2999/12/31] in the 1st screenshot and [1970/01/01 - 2009/07/15] in the 3rd one. Are these extreme dates intentional?
-
20 Jul 2009 1:19 AM #4
Yes, but you can change it, like you can see into the example file:
http://sites.google.com/site/daterangepicker/example
Code:{ xtype:'daterangefield', fieldLabel:'Date Range', width:200, minValue : new Date(0), maxValue : new Date(2999,11,31) }
-
20 Jul 2009 1:46 AM #5
-
20 Jul 2009 4:07 AM #6
-
23 Sep 2009 3:31 AM #7
Version 1.0.1 available
Version 1.0.1 available
Hi,
It's a great pleasure for me to annonce that the version 1.0.1 is available now.
Regards
-
23 Sep 2009 4:54 PM #8
-
24 Sep 2009 4:13 AM #9
Version 1.0.2 available
Version 1.0.2 available
You're welcome! And thank you for your support.
Simon1118 if you're using my extension in a public web site, could you let us know the url
to have a live demo?
The version 1.0.2 is available now.
Changelog:
- addition of the option 'autorizeEqualValues'
- addition of the option 'mergeEqualValues'
- addition of the option 'autoreverse'
- bug fix: Set the pickers values with the field value
-
5 Dec 2009 3:08 PM #10
Thank you for plugin!
-= miu-miu =-
Linux, Perl, GNU, Open Source, Ajax, Ubuntu 9.04


Reply With Quote
