Returns a Date in String Format for the given GregorianCalendar Object with the specified Date Format Constant.
String str=yourJDatePickerObj.getFormattedDate(new GregorianCalendar(),JDatePicker.dd_mm_yyyy);
str will contain "31/12/2000".
Sets the Date, Minimum Date and Maximum date of your JDatePicker Object with the specified JDatePicker Object's Date, MinDate and MaxDate respectively.