You are here

33 calls to date_make_date() in Date 6.2

DateAPITestCase::testDateAPI in tests/date_api.test
date_api_filter_handler::date_filter in includes/date_api_filter_handler.inc
date_combo_validate in date/date_elements.inc
Validate and update a combo element. Don't try this if there were errors before reaching this point.
date_days in ./date_api.module
An array of days.
date_formatter_process in date/date.module
Helper function for creating formatted date arrays from a formatter.
date_format_date in ./date_api.module
Reworked from Drupal's format_date function to handle pre-1970 and post-2038 dates and accept a date object instead of a timestamp as input.
date_ical_date in ./date_api_ical.inc
Return a date object for the ical date, adjusted to its local timezone.
date_ical_parse in ./date_api_ical.inc
Returns an array of iCalendar information from an iCalendar file.
date_ical_parse_duration in ./date_api_ical.inc
Parses the duration of the event.
date_iso_week_range in ./date_api.module
Start and end dates for an ISO week.
date_local_date in date/date_elements.inc
Create local date object.
date_now in ./date_api.module
A date object for the current time.
date_popup_input_value in date_popup/date_popup.module
Helper function for extracting a date value out of user input.
date_popup_process in date_popup/date_popup.module
Javascript popup element processing. Add popup attributes to $element.
date_repeat_build_dates in date/date_repeat.inc
Helper function to build repeating dates from a $node_field.
date_repeat_rrule_validate in date_repeat/date_repeat_form.inc
Build a RRULE out of the form values.
date_repeat_set_month_day in date_repeat/date_repeat_calc.inc
Set a date object to a specific day of the month.
date_repeat_set_year_day in date_repeat/date_repeat_calc.inc
Set a date object to a specific day of the year.
date_select_process in ./date_api_elements.inc
Flexible date/time drop-down selector.
date_sql_handler::arg_range in ./date_api_sql.inc
Use the parsed values from the ISO argument to determine the min and max date for this period.
date_sql_handler::sql_where_date in ./date_api_sql.inc
Create a where clause to compare a complete date field to a complete date value.
date_text_process in ./date_api_elements.inc
Text date input form.
date_timezone_requirements in date_timezone/date_timezone.install
Implementation of hook_requirements(). Make sure a site timezone name has been selected.
date_timezone_update_site in date_timezone/date_timezone.module
Callback from site timezone settings form to update site timezone info. When the timezone name is updated, update the offset as well.
date_timezone_update_user in date_timezone/date_timezone.module
Callback from user timezone settings form to update user timezone info. When the timezone name is updated, update the offset as well.
date_token_values in date/date_token.inc
date_tools_copy_convert_events in date_tools/date_tools.event.inc
date_week in ./date_api.module
The calendar week number for a date.
date_weeks_in_year in ./date_api.module
The number of calendar weeks in a year.
date_week_range in ./date_api.module
Start and end dates for a calendar week, adjusted to use the chosen first day of week for this site.
_date_content_generate in date/date_content_generate.inc
Implementation of Devel module's hook_content_generate().
_date_repeat_calc in date_repeat/date_repeat_calc.inc
Private implementation of date_repeat_calc().
_date_repeat_rrule_process in date_repeat/date_repeat_form.inc
Generate the repeat setting form.