Name Locationsort descending Description
BackdropDateTime::hasTime core/includes/date.class.inc Returns whether this object has time set.
BackdropDateTime::limitGranularity core/includes/date.class.inc Removes unwanted date parts from a date.
BackdropDateTime::setGranularityFromTime core/includes/date.class.inc Determines the granularity of a date based on the constructor's arguments.
BackdropDateTime::parse core/includes/date.class.inc Converts a date string into a date object.
BackdropDateTime::toArray core/includes/date.class.inc Returns all standard date parts in an array.
BackdropDateTime::toISO core/includes/date.class.inc Creates an ISO date from an array of values.
BackdropDateTime::setFuzzyDate core/includes/date.class.inc Forces an incomplete date to be valid.
BackdropDateTime::forceValid core/includes/date.class.inc Converts a date part into something that will produce a valid date.
BackdropDateTime::arrayErrors core/includes/date.class.inc Finds possible errors in an array of date part values.
BackdropDateTime::difference core/includes/date.class.inc Computes difference between two days using a given measure.
BackdropDateTime::__toString core/includes/date.class.inc Returns the date object as a string.
BackdropDateTime::__construct core/includes/date.class.inc Constructs a date object.
BackdropDateTime::merge core/includes/date.class.inc Merges two date objects together using the current date values as defaults.
BackdropDateTime::setTimezone core/includes/date.class.inc
date_type_format core/includes/date.inc Helper function for getting the format string for a date type.
date_month_names_untranslated core/includes/date.inc Constructs an untranslated array of month names.
date_month_names core/includes/date.inc Returns a translated array of month names.
date_month_names_abbr core/includes/date.inc Constructs a translated array of month name abbreviations.
date_week_days_untranslated core/includes/date.inc Constructs an untranslated array of week days.
date_week_days core/includes/date.inc Returns a translated array of week names.
date_week_days_abbr core/includes/date.inc Constructs a translated array of week day abbreviations.
date_week_days_ordered core/includes/date.inc Reorders weekdays to match the first day of the week.
date_years core/includes/date.inc Constructs an array of years.
date_days core/includes/date.inc Constructs an array of days in a month.
date_hours core/includes/date.inc Constructs an array of hours.
date_minutes core/includes/date.inc Constructs an array of minutes.
date_seconds core/includes/date.inc Constructs an array of seconds.
date_ampm core/includes/date.inc Constructs an array of AM and PM options.
date_format_patterns core/includes/date.inc Constructs an array of regex replacement strings for date format elements.
date_granularity_names core/includes/date.inc Constructs an array of granularity options and their labels.
date_granularity_sorted core/includes/date.inc Sorts a granularity array.
date_granularity_array_from_precision core/includes/date.inc Constructs an array of granularity based on a given precision.
date_granularity_precision core/includes/date.inc Give a granularity array, return the highest precision.
date_timezone_names core/includes/date.inc Returns a translated array of timezone names.
date_timezone_abbr core/includes/date.inc Returns an array of system-allowed timezone abbreviations.
date_format_date core/includes/date.inc Formats a date, using a date type or a custom date format string.
date_format_interval core/includes/date.inc Formats a time interval with granularity, including past and future context.
date_now core/includes/date.inc A date object for the current time.
date_timezone_is_valid core/includes/date.inc Determines if a timezone string is valid.
date_default_timezone core/includes/date.inc Returns a timezone name to use as a default.
date_default_timezone_object core/includes/date.inc Returns a timezone object for the default timezone.
date_days_in_month core/includes/date.inc Identifies the number of days in a month for a date.
date_days_in_year core/includes/date.inc Identifies the number of days in a year for a date.
date_iso_weeks_in_year core/includes/date.inc Identifies the number of ISO weeks in a year for a date.
date_day_of_week core/includes/date.inc Returns day of week for a given date (0 = Sunday).
date_day_of_week_name core/includes/date.inc Returns translated name of the day of week for a given date.
date_week_range core/includes/date.inc Calculates the start and end dates for a calendar week.
date_iso_week_range core/includes/date.inc Calculates the start and end dates for an ISO week.
date_weeks_in_year core/includes/date.inc The number of calendar weeks in a year.
date_week core/includes/date.inc The calendar week number for a date.

Pages