DateTimeFormatter
<http://help.adobe.com/tr_TR/FlashPlatform/reference/actionscript/3/spark/formatters/DateTimeFormatter.html>
var df:DateTimeFormatter = new DateTimeFormatter();
df.setStyle("locale","en-US");
df.dateTimePattern="EEEE, MMMM dd yyyy, h:mm";
df.dateStyle = "long";
var formattedDate:String = df.format(new
Date().toString());
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Helping-with-date-formatting-tp9161p9162.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.