Re: DateTimeFormatter

2015-07-27 Thread Harbs
Thanks for the reminder. It looks like I had removed your fix for the issue reported here: https://issues.apache.org/jira/browse/FLEX-34247 I don’t remember why. It looks like starting composition from where it was left off causes a RTE with TextBlock.createTextLine(). I’ll have to step throug

Re: DateTimeFormatter

2015-07-27 Thread Alex Harui
On 7/27/15, 1:49 AM, "Harbs" wrote: >I have an issue with the spark DateTimeFormatter: > >I need to check that a date is properly formatted using the currently set >locale settings. > >This works very nicely for a US locale: >var str:String = "12/13/

DateTimeFormatter

2015-07-27 Thread Harbs
I have an issue with the spark DateTimeFormatter: I need to check that a date is properly formatted using the currently set locale settings. This works very nicely for a US locale: var str:String = "12/13/2015"; formatter.format(str) == str; However, for European locales, this doe