23 calls to date_now() in Date 7
- DateAPITestCase::testDateAPI in tests/
date_api.test - DateObject::arrayErrors in date_api/
date_api.module - DateObject::forceValid in date_api/
date_api.module - Convert a date part into something that will produce a valid date.
- date_days_in_year in date_api/
date_api.module - Identify the number of days in a year for a date.
- date_day_of_week in date_api/
date_api.module - Returns day of week for a given date (0 = Sunday).
- date_devel_generate in ./
date.devel_generate.inc - Implementation of Devel module's hook_content_generate().
- date_example_date in ./
date_admin.inc - Get an example date and make sure the difference between month and day and 12 and 24 hours will be clear.
- date_ical_parse_duration in date_api/
date_api_ical.inc - Parse the duration of the event. Example: DURATION:PT1H30M DURATION:P1Y2M
- date_iso_weeks_in_year in date_api/
date_api.module - Identify the number of ISO weeks in a year for a date.
- date_local_date in ./
date_elements.inc - Create local date object.
- date_popup_process_date in date_popup/
date_popup.module - Process the date portion of the element.
- date_popup_process_time in date_popup/
date_popup.module - Process the time portion of the element.
- date_range_string in date_api/
date_api.module - Convert a min and max year into a string like '-3:+1' .
- date_range_years in date_api/
date_api.module - Split a string like -3:+3 or 2001:2010 into an array of min and max years.
- date_sql_handler::arg_parts in date_api/
date_api_sql.inc - Parse date parts from an ISO date argument.
- date_sql_handler::arg_range in date_api/
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::get_offset in date_api/
date_api_sql.inc - Return timezone offset for the date being processed.
- date_views_argument_handler::get_default_argument in date_views/
includes/ date_views_argument_handler.inc - Set the empty argument value to the current date, formatted appropriately for this argument.
- date_views_filter_handler::date_filter in date_views/
includes/ date_views_filter_handler.inc - date_views_filter_handler::year_range in date_views/
includes/ date_views_filter_handler.inc - template_preprocess_date_navigation in date_views/
theme/ theme.inc - Preprocessor to construct back and next navigation from the date argument.
- template_preprocess_date_vcalendar in date_views/
theme/ theme.inc - Preprocessor to construct an ical vcalendar
- theme_date_time_ago in date_api/
theme/ theme.inc