Makes the date defined in the specified format selected.
Parameters:
myCalendar.setFormatedDate("%d/%m/%y", "03/06/2011"); //selects the 3rd June 2011
Description:
Format string can contain any separator character and any element from the following list:
For example, if you want to select 1st June 2011 and specify this date as 01.06.2011, you should use the following code:
myCalendar.setFormatedDate("%d.%m.%Y", "01.06.2011")
See also: