You are here
26 calls to date_calc_get_year() in Date 6.2
- date_calc_begin_of_month_by_span in date_php4/date_php4_calc.inc
- Returns date of the first day of the month in the number of months
from the given date
- date_calc_begin_of_next_week in 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.
- date_calc_begin_of_prev_week in 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.
- date_calc_begin_of_week in 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.
- date_calc_date_season in date_php4/date_php4_calc.inc
- Determines julian date of the given season
- date_calc_days_in_month in date_php4/date_php4_calc.inc
- Find the number of days in the given month.
- date_calc_end_of_month_by_span in date_php4/date_php4_calc.inc
- Returns date of the last day of the month in the number of months
from the given date.
- date_calc_end_of_week in 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 in date_php4/date_php4_calc.inc
- Find the day of the week for the first of the month of given date
- date_calc_get_calendar_month in date_php4/date_php4_calc.inc
- Return a set of arrays to construct a calendar month for the given date.
- date_calc_get_calendar_week in date_php4/date_php4_calc.inc
- Return an array with days in week.
- date_calc_get_calendar_year in date_php4/date_php4_calc.inc
- Return a set of arrays to construct a calendar year for the given date
- date_calc_get_weekday_abbrname in date_php4/date_php4_calc.inc
- Returns the abbreviated weekday name for the given date.
- date_calc_get_weekday_fullname in date_php4/date_php4_calc.inc
- Returns the full weekday name for the given date
- date_calc_is_future_date in date_php4/date_php4_calc.inc
- Determines if given date is a future date from now
- date_calc_is_past_date in date_php4/date_php4_calc.inc
- Determines if given date is a past date from now
- date_calc_julian_date in date_php4/date_php4_calc.inc
- Returns number of days since 31 December of year before given date.
- date_calc_next_day in date_php4/date_php4_calc.inc
- Returns date of day after given date
- date_calc_next_day_of_week in date_php4/date_php4_calc.inc
- Returns date of the next specific day of the week
from the given date.
- date_calc_next_weekday in date_php4/date_php4_calc.inc
- Returns date of the next weekday of given date, skipping from
Friday to Monday.
- date_calc_prev_day in date_php4/date_php4_calc.inc
- Returns date of day before given date.
- date_calc_prev_day_of_week in date_php4/date_php4_calc.inc
- Returns date of the previous specific day of the week
from the given date.
- date_calc_prev_weekday in date_php4/date_php4_calc.inc
- Returns date of the previous weekday, skipping from Monday to Friday
- date_calc_quarter_of_year in date_php4/date_php4_calc.inc
- Returns quarter of the year for given date.
- date_calc_weeks_in_month in date_php4/date_php4_calc.inc
- Returns the number of rows on a calendar month. Useful for determining
the number of rows when displaying a typical month calendar.
- date_calc_week_of_year in date_php4/date_php4_calc.inc
- Returns week of the year, first Sunday is first day of first week.