You are here

18 calls to date_calc_get_day() in Date 5.2

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_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_get_calendar_week in date_php4/date_php4_calc.inc
Return an array with days in week.
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_week_of_year in date_php4/date_php4_calc.inc
Returns week of the year, first Sunday is first day of first week.