Subscribe Now!

Enter your email address:

Tuesday, May 10, 2011

Date Format in flex4 (DD/MM/YYYY)


public var today:Date = new Date();
public var todayString:String = DateField.dateToString(today, "DD/MM/YYYY");


Output should be :  10/05/2011



How to Change Date Format in flex4 (DD/MM/YYYY)

0 comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...