Hi,

You should write:

var df:DateTimeFormatter = new DateTimeFormatter("en_US");
df.setDateTimePattern("EEEE, dd MMMM yyyy, h:mm");
trace(df.format(new Date()));



--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/Helping-with-date-formatting-tp9161p9179.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to