You are here

7 uses of DATE_ARRAY in Date 6

date_convert in ./date_api.module
Date conversion helper function.
date_convert_from_custom in ./date_api_elements.inc
Convert a date input in a custom format to a standard date type
date_is_valid in ./date_api.module
Functions to test the validity of a date in various formats. Has special case for ISO dates and arrays which can be missing month and day and still be valid.
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_part_extract in ./date_api.module
Extract integer value of any date part from any type of date.
date_select_input_value in ./date_api_elements.inc
Helper function for extracting a date value out of user input.
date_select_process in ./date_api_elements.inc
Flexible date/time drop-down selector.