You are here

30 calls to date_now() in Date 6.2

DateAPITestCase::testDateAPI in tests/date_api.test
date_api_add_date_formats_form in ./date_api.admin.inc
Allow users to add additional date formats.
date_api_argument_handler::get_default_argument in includes/date_api_argument_handler.inc
Set the empty argument value to the current date, formatted appropriately for this argument.
date_api_configure_custom_date_formats in ./date_api.admin.inc
Allow users to configure custom date formats.
date_api_date_format_form_elements in ./date_api.admin.inc
Add drop down selects for date format types.
date_api_date_time_lookup in ./date_api.module
Return the date for a given format string via Ajax.
date_api_delete_format_form in ./date_api.admin.inc
Menu callback; present a form for deleting a date format.
date_api_delete_format_form_submit in ./date_api.admin.inc
Delete a configured date format.
date_api_filter_handler::year_range in includes/date_api_filter_handler.inc
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_parse_duration in ./date_api_ical.inc
Parses the duration of the event.
date_iso_weeks_in_year in ./date_api.module
Identify the number of ISO weeks in a year for a date.
date_locale_format_form in date_locale/date_locale.module
Display list of enabled languages to configure date formats for.
date_local_date in date/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.module
Convert a min and max year into a string like '-3:+1'.
date_range_years in ./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_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_sql_handler::get_offset in ./date_api_sql.inc
Return timezone offset for the date being processed.
date_text_process in ./date_api_elements.inc
Text date input form.
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.
template_preprocess_date_vcalendar in theme/theme.inc
Preprocessor to construct an ical vcalendar
theme_date_time_ago in theme/theme.inc
_date_content_generate in date/date_content_generate.inc
Implementation of Devel module's hook_content_generate().