Re: Unable to format milliseconds with DateTimeFormatter

2014-01-17 Thread piotr.zarzycki
Hi, Adobe updated bug status -> https://bugbase.adobe.com/index.cfm?event=bug&id=3677553 Piotr - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Unable-to

Re: Unable to format milliseconds with DateTimeFormatter

2013-12-01 Thread piotr.zarzycki
Bug reported -> https://bugbase.adobe.com/index.cfm?event=bug&id=3677553 - Flex/Air developer open to new job offers and challenges. piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Unable-to-format-millisecon

Re: Unable to format milliseconds with DateTimeFormatter

2013-11-29 Thread Justin Mclean
Hi, > The bug is in DateTimeFormatter And it use native flash player class to format the date, so the bug is actually a flash player bug - not much we can do about it. My advice is to just use mx:DateFormatter as that does what you need. Thanks, Justin

Re: Unable to format milliseconds with DateTimeFormatter

2013-11-29 Thread Justin Mclean
Hi, Works fine for me: var df:DateFormatter = new DateFormatter() df.formatString="-MM-DD HH:NN:SS.#"; trace(df.format(new Date())); Can you provide a code sample that doesn't work. Thanks, Justin

RE: Unable to format milliseconds with DateTimeFormatter

2013-11-29 Thread piotr.zarzycki
..@gmail.com -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Unable-to-format-milliseconds-with-DateTimeFormatter-tp3999p4009.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

RE: Unable to format milliseconds with DateTimeFormatter

2013-11-29 Thread Maurice Amsellem
users@flex.apache.org Objet : Unable to format milliseconds with DateTimeFormatter Hi guys! Does anyone have a problem with format milliseconds using DateTimeFormatter ? Similar situation -> http://stackoverflow.com/questions/8038179/not-able-to-format-milliseconds-with-datetimeformatte

Unable to format milliseconds with DateTimeFormatter

2013-11-29 Thread piotr.zarzycki
yck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Unable-to-format-milliseconds-with-DateTimeFormatter-tp3999.html Sent from the Apache Flex Users mailing list archive at Nabble.com.