15 calls to date_now() in Date 6
- 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_example_date in date/
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_export in ./
date_api_ical.inc - Turn an array of events into a valid iCalendar file
- date_ical_parse_duration in ./
date_api_ical.inc - Parse the duration of the event. Example: DURATION:PT1H30M DURATION:P1Y2M
- date_iso_weeks_in_year in ./
date_api.module - Identify the number of ISO weeks in a year for a date.
- date_parts_element in ./
date_api_elements.inc - Create form elements for one or more date parts.
- date_popup_process_date in date_popup/
date_popup.module - Process the date portion of the element.
- date_sql_handler::arg_parts in ./
date_api_sql.inc - Parse date parts from an ISO date argument.
- 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_timezone_cron in date_timezone/
date_timezone.module - Update the site timezone offset when cron runs.
- date_timezone_user in date_timezone/
date_timezone.module - Update user timezone information at login.
- template_preprocess_date_navigation in theme/
theme.inc - Preprocessor to construct back and next navigation from the date argument.
- _date_content_generate in date/
date_content_generate.inc - Implementation of Devel module's hook_content_generate().