Returns formatted date.
Parameters:
myCalendar.getFormatedDate("%d/%m/%y", "2011-06-08")
Description:
Format string can contain any separator character and any element from the following list:
For example, if you want to return 1st June 2011 as 01.06.2011, you should use the following code:
myCalendar.getFormatedDate("%d.%m.%Y", "2011-06-01")
See also: