Justin, this is the mx DateFomatter. The bug is in DateTimeFormatter ________________________________________ De : Justin Mclean [[email protected]] Envoyé : vendredi 29 novembre 2013 23:37 À : [email protected] Objet : Re: Unable to format milliseconds with DateTimeFormatter
Hi, Works fine for me: var df:DateFormatter = new DateFormatter() df.formatString="YYYY-MM-DD HH:NN:SS.QQQQ#"; trace(df.format(new Date())); Can you provide a code sample that doesn't work. Thanks, Justin
