sets date using specified date format
format | string | the date format (if omitted, the currently set date format will be used) |
date | string | the date in the format specified by the first parameter |
// selects the 3rd June 2011
myCalendar.setFormatedDate("%d/%m/%Y", "03/06/2011");