You are here

8 uses of DATE_OBJECT in Date 6.2

date_convert in ./date_api.module
Date conversion helper function.
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_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_part_extract in ./date_api.module
Extract integer value of any date part from any type of date.
date_popup_input_value in date_popup/date_popup.module
Helper function for extracting a date value out of user input.