You are here

function theme_date_form_jscalendar in Date 5

jsCalendar input form

$form contains a jscalendar input form. Make any changes needed, render it, and return the result.

File

./date.inc, line 2219
Date/time API functions

Code

function theme_date_form_jscalendar($form) {
  return drupal_render($form);
}