You are here

12 calls to date_calc_days_to_date() in Date 6.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_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_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