date_api_elements()Implementation of hook_elements().
contributions/date/date_api.module, line 1659
<?php
function date_api_elements() {
require_once('./'. drupal_get_path('module', 'date_api') .'/date_api_elements.inc');
return _date_api_elements();
}
?>