section; it will "echo" code that loads the calendar // scripts and theme file. $calendar->load_files(); ?>

Form submitted

$val) { echo htmlspecialchars($key) . ' = ' . htmlspecialchars($val) . '
'; } ?>

Calendar.php test

Select language:
NOTE: as of this release, 0.9.6, only "EN" and "RO", which I maintain, function correctly. Other language files do not work because they need to be updated. If you update some language file, please consider sending it back to me so that I can include it in the calendar distribution.
Date 1: make_input_field( // calendar options go here; see the documentation and/or calendar-setup.js array('firstDay' => 1, // show Monday first 'showsTime' => true, 'showOthers' => true, 'ifFormat' => '%Y-%m-%d %I:%M %P', 'timeFormat' => '12'), // field attributes go here array('style' => 'width: 15em; color: #840; background-color: #ff8; border: 1px solid #000; text-align: center', 'name' => 'date1', 'value' => strftime('%Y-%m-%d %I:%M %P', strtotime('now')))); ?>