public getLocaleShortDate() : String
Returns a string representing the current date, in short form, formatted according to the currently defined locale.
Note: The format of the date depends on the mobile device and the locale.
String - A string representing the current date, in short form, formatted according to the currently defined locale.
The following example uses the constructor to create a Date object based on the current time. It also uses the getLocaleShortDate() method to return the current date, in short form, formatted according to the currently defined locale, as follows:
var my_date:Date = new Date(); trace(my_date.getLocaleShortDate());
The following are sample return values that getLocaleLongDate() returns:
10/16/2005 16-10-2005