-
24 Feb 2011 6:24 AM #1
[FIXED] TimeField parsing / formatting problem
[FIXED] TimeField parsing / formatting problem
maybe this is already fixed with this issue but it seems to be slightly different:
http://www.sencha.com/forum/showthre...atting-problem
I have a TimeField at a form
The startTime value comes from the server as startTime: "2009-07-12T05:45:00Z".PHP Code:{
xtype: 'timefield',
fieldLabel: 'Beginn',
name: 'startTime',
boxMaxWidth: 100,
format: 'H:i',
altFormats: 'c'
},
I would expect to see "05:45" in the TimeField. But I see "00:07"
When I use "Y-m-d\\TH:i
\\Z" everything is fine despite of the fact that the timezone is not used while parsing.
-
26 Feb 2011 2:19 PM #2
This is not fixed with PR2.
The timefield parsing should also be the same as the datefield parsing as mentioned above. See this thread for details
-
28 Feb 2011 8:13 AM #3Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,653
- Vote Rating
- 14
We'll address this for the next release.
-
1 Mar 2011 6:57 PM #4
This should be resolved.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED]DateField parsing/formatting problem
By htammen in forum Ext:BugsReplies: 5Last Post: 24 Feb 2011, 4:56 AM -
[CLOSED][3.0.0] Date parsing and formatting not turned off.
By JSCoder in forum Ext 3.x: BugsReplies: 11Last Post: 18 Oct 2009, 8:49 AM -
[FIXED] [1.1.2] XMLBaseLoader tries parsing 404, stack overflow.
By LINEMAN78 in forum Ext GWT: Bugs (1.x)Replies: 1Last Post: 17 Nov 2008, 7:17 PM -
[2.2][FIXED] Patch to History.js to support parsing token on initial load
By djimenez in forum Ext 2.x: BugsReplies: 2Last Post: 10 Nov 2008, 3:59 AM -
[2.1][DUP][FIXED] Date parsing in 2.1
By mschering in forum Ext 2.x: BugsReplies: 2Last Post: 24 Apr 2008, 5:42 AM


Reply With Quote