15 calls to date_convert() in Date 6
- DateAPI::testDateAPI in tests/
date_api.test - date_api_ical_build_rrule in ./
date_api_ical.inc - Build an iCal RULE from $form_values.
- 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_convert_from_custom in ./
date_api_elements.inc - Convert a date input in a custom format to a standard date type
- date_days_in_month in ./
date_api.module - Identify the number of days in a month for a date.
- date_days_in_year in ./
date_api.module - Identify the number of days in a year for a date.
- date_day_of_week in ./
date_api.module - Returns day of week for a given date (0 = Sunday).
- date_difference in ./
date_api.module - Compute difference between two days using a given measure.
- date_iso_weeks_in_year in ./
date_api.module - Identify the number of ISO weeks in a year for a date.
- date_limit_value in ./
date_api.module - Recalculate a date so it only includes elements from a granularity array. Helps prevent errors when unwanted values round up and ensures that unwanted date part values don't get stored in the database.
- date_local_date in date/
date_elements.inc - Create local date object.
- date_make_date in ./
date_api.module - Convert a date of any type or an array of date parts into a valid date object.
- date_popup_input_value in date_popup/
date_popup.module - Helper function for extracting a date value out of user input.
- date_select_input_value in ./
date_api_elements.inc - Helper function for extracting a date value out of user input.
- date_text_input_value in ./
date_api_elements.inc - Helper function for extracting a date value out of user input.