You are here

Functions in Date 6

Primary tabs

Namesort descending Location Description Direct uses Strings
date_ampm ./date_api.module An array of am and pm options. 1
date_api_elements ./date_api.module Implementation of hook_elements().
date_api_fields ./date_api.views.inc Identify all potential date/timestamp fields. 2
date_api_ical_build_rrule ./date_api_ical.inc Build an iCal RULE from $form_values. 2
date_api_init ./date_api.module Implementation of hook_init().
date_api_install ./date_api.install Implementation of hook_install().
date_api_requirements ./date_api.install Implementation of hook_requirements(). Make sure Date PHP4 is installed if running less than PHP 5.2.
date_api_set_db_timezone ./date_api.module Wrapper around date handler setting for timezone. 2
date_api_simpletest ./date_api.module Implementation of hook_simpletest().
date_api_theme ./date_api.module
date_api_uninstall ./date_api.install Implementation of hook_uninstall().
date_api_update_5000 ./date_api.install Implementation of hook_update().
date_api_update_5200 ./date_api.install
date_api_views_data ./date_api.views.inc Implementation of hook_views_data()
date_api_views_plugins ./date_api.views.inc Implementation of hook_views_plugins
date_array ./date_api.module Create an array of values from a date object. Structured like the results of getdate() but not limited to the 32-bit signed range. 2
date_calc_begin_of_month_by_span date_php4/date_php4_calc.inc Returns date of the first day of the month in the number of months from the given date 1
date_calc_begin_of_next_week date_php4/date_php4_calc.inc Find the month day of the beginning of week after given date, using variable_get('date_first_day', 1). Can return weekday of next month. 1
date_calc_begin_of_prev_week date_php4/date_php4_calc.inc Find the month day of the beginning of week before given date, using variable_get('date_first_day', 1). Can return weekday of prev month. 1
date_calc_begin_of_week date_php4/date_php4_calc.inc Find the month day of the beginning of week for given date, using variable_get('date_first_day', 1). Can return weekday of prev month. 3
date_calc_compare_dates date_php4/date_php4_calc.inc Compares two dates
date_calc_date_diff date_php4/date_php4_calc.inc Returns number of days between two given dates
date_calc_date_now date_php4/date_php4_calc.inc Returns the current local date. 4
date_calc_date_season date_php4/date_php4_calc.inc Determines julian date of the given season
date_calc_date_to_days date_php4/date_php4_calc.inc Converts a date to number of days since a distant unspecified epoch 14
date_calc_days_in_month date_php4/date_php4_calc.inc Find the number of days in the given month. 5
date_calc_days_to_date date_php4/date_php4_calc.inc Converts number of days to a distant unspecified epoch 12
date_calc_end_of_month_by_span date_php4/date_php4_calc.inc Returns date of the last day of the month in the number of months from the given date. 1
date_calc_end_of_week date_php4/date_php4_calc.inc Find the month day of the end of week for given date, using variable_get('date_first_day', 1). Can return weekday of following month.
date_calc_first_of_month_weekday date_php4/date_php4_calc.inc Find the day of the week for the first of the month of given date 2
date_calc_format date_php4/date_php4_calc.inc Formats the date in the given format, much like strfmt() 4
date_calc_get_calendar_month date_php4/date_php4_calc.inc Return a set of arrays to construct a calendar month for the given date. 1
date_calc_get_calendar_week date_php4/date_php4_calc.inc Return an array with days in week.
date_calc_get_calendar_year date_php4/date_php4_calc.inc Return a set of arrays to construct a calendar year for the given date
date_calc_get_day date_php4/date_php4_calc.inc Returns the current local day in format DD 18
date_calc_get_month date_php4/date_php4_calc.inc Returns the current local month in format MM 26
date_calc_get_month_abbrname date_php4/date_php4_calc.inc Returns the abbreviated month name for the given month. 1
date_calc_get_month_from_fullname date_php4/date_php4_calc.inc Returns the numeric month from the month name or an abreviation Both August and Aug would return 8.
date_calc_get_month_fullname date_php4/date_php4_calc.inc Returns the full month name for the given month. 2
date_calc_get_weekday_abbrname date_php4/date_php4_calc.inc Returns the abbreviated weekday name for the given date. 1
date_calc_get_weekday_fullname date_php4/date_php4_calc.inc Returns the full weekday name for the given date 1
date_calc_get_year date_php4/date_php4_calc.inc Returns the current local year in format CCYY. 26
date_calc_gregorian_to_ISO date_php4/date_php4_calc.inc Converts from Gregorian Year-Month-Day to ISO Year-WeekNumber-WeekDay 2
date_calc_is_future_date date_php4/date_php4_calc.inc Determines if given date is a future date from now
date_calc_is_past_date date_php4/date_php4_calc.inc Determines if given date is a past date from now
date_calc_is_valid date_php4/date_php4_calc.inc Returns true for valid date, false for invalid date. Renamed this function because we already have a similar function that expects a full date as a parameter. 2
date_calc_julian_date date_php4/date_php4_calc.inc Returns number of days since 31 December of year before given date. 2
date_calc_next_day date_php4/date_php4_calc.inc Returns date of day after given date 1 1
date_calc_next_day_of_week date_php4/date_php4_calc.inc Returns date of the next specific day of the week from the given date. 1
date_calc_next_weekday date_php4/date_php4_calc.inc Returns date of the next weekday of given date, skipping from Friday to Monday.

Pages

Other projects