/* START CALENDAR PICKER  */
Calendar.setup(
    {
    inputField : "dateemployed", // ID of the input fields
    ifFormat : "%d-%m-%Y", // the date format
    button : "fbdemp_trigger" // ID of the button
    }
);
Calendar.setup(
    {
    inputField : "dateresign", // ID of the input field
    ifFormat : "%d-%m-%Y", // the date format
    button : "fbdres_trigger" // ID of the button
    }
);
/* END CALENDAR PICKER */