[...]
Your page content to the point you want to insert the calendar form
setPicture("images/iconCalendar.gif"); $myCalendar->setDate(date('d'), date('m'), date('Y')); $myCalendar->setPath("./"); $myCalendar->zindex = 150; //default 1 $myCalendar->setYearSelect(1960, date('Y')); $myCalendar->dateAllow('1960-03-01', date('Y-m-d')); //$myCalendar->autoSubmit(true, "calendar"); $myCalendar->setDateFormat(str_replace("%","",str_replace("B","F",str_replace("d","j",L_CAL_FORMAT)))); $myCalendar->disabledDay("sun"); $myCalendar->writeScript(); ?>
Rest of your page body content
[...]