-
2 May 2011 7:29 AM #1
DST issues with DatePicker
DST issues with DatePicker
Hi,
OS: MS Windows Vista
Browsers: IE9, FF4
I noticed several DST issues with DatePicker under MS Windows (Vista on my side)
To reproduce the issue:
1. Set time zone (GMT+2 Amman) in the Date and Time settings of Windows
2. Set 1 april ad current date
3. Open example (http://dev.sencha.com/deploy/ext-4.0.../xml-form.html)
4. Choose 30 April 2011 (04/30/2011) from picker in the date field
5. Edit date to 05/1/2011 (1 May) (IMPORTANT: change date manually in the field using keyboard, do not use picker)
6. Open picker and notice that selected date is 31 April in the picker, tooltip on that cell (31 april) shows 01 May
7. Notice that today button select 01 March instead 01 April
8. If execute the following code in the console
then you get 31 March 2011Code:Ext.Date.clearTime(new Date(2011, 3, 1))
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
DatePicker.js (datepicker in inputbox onClick)
By egobits in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 26 May 2010, 2:55 AM -
datefield and datepicker firefox issues
By talshadar in forum Ext 1.x: Help & DiscussionReplies: 6Last Post: 4 Aug 2009, 7:18 PM -
DatePicker example
By corey.gilmore in forum Community DiscussionReplies: 19Last Post: 15 Nov 2007, 10:31 PM -
DatePicker
By Jink in forum Ext 1.x: Help & DiscussionReplies: 7Last Post: 25 Jul 2007, 1:48 PM


Reply With Quote