You are here

21 calls to date_now() in Date 5.2

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_generate in date/date_content_generate.inc
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_local_date in date/date_elements.inc
Create local date object.
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_sql_handler::get_offset in ./date_api_sql.inc
Return timezone offset for the date being processed.
date_timezone_cron in date_timezone/date_timezone.module
Update the site timezone offset when cron runs.
date_timezone_requirements in date_timezone/date_timezone.install
Implementation of hook_requirements(). Make sure a site timezone name has been selected.
date_timezone_update_site in date_timezone/date_timezone.module
Callback from site timezone settings form to update site timezone info. When the timezone name is updated, update the offset as well.
date_timezone_update_user in date_timezone/date_timezone.module
Callback from user timezone settings form to update user timezone info. When the timezone name is updated, update the offset as well.
date_timezone_user in date_timezone/date_timezone.module
Update user timezone information at login.
date_views_filter_value in ./date_api.module
Create a default value for an exposed filter form.
theme_date_format_interval in date/date.theme
Theme a format interval for a date element
_date_views_filter_handler in date/date_views.inc