Hi ,
I see a bug with the date display with the DateField component into flex 4.0.
When I select the date of the 25th of May 2010 for example, it displays 2505052010.
So, the month string is repeated twice for all the date.
Do you have the same bug?
Thanks.
I have not changed anything:
this is my code:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
minWidth="1024" minHeight="768"
>
<mx:DateField x="180" y="162"/>
</s:Application>
I am using flash builder 4 and the sdk flex4.0.
With flex builder and the sdk 3.2, the component was ok with the slash between year, month and day.
But i need flex sdk 4.0 for the rest of my application.
Thanks
hi,
try using a later version of the SDK, I use the 4.1 sdk and I am not seeing that problem.
http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4
David
Right, you've hit Adobe Flex SDK bug reported by me 9 month ago ![]()
https://bugs.adobe.com/jira/browse/SDK-23104 Please go and vote to get it fixed in Flex 4.5
ps
For all readers of this topic, users of nb_NO, sv_SE, it_IT, nl_NL locales are also affected by this issue.
The default value of "dateFormat" for specified in SharedResources.properties file for those locales set is not yet supported by mx:DateField as reported in http://bugs.adobe.com/jira/browse/SDK-23075
North America
Europe, Middle East and Africa
Asia Pacific
Copyright © 2012 Adobe Systems Incorporated. All rights reserved.
Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy (updated 07-14-2009).