/**************************************************************************
 *
 * Set date and time picker
 * The default id of date column is "date" and id of time column is time
 *
 **************************************************************************/


    Calendar.setup({
        inputField : "date",
        ifFormat : "%Y-%m-%d",
        button : "date_picker",
        align : "Tl",
        singleClick : true 
    });

