You are here
14 calls to date_calc_date_to_days() in Date 6
- 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_compare_dates in date_php4/date_php4_calc.inc
- Compares two dates
- date_calc_date_diff in date_php4/date_php4_calc.inc
- Returns number of days between two given dates
- 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_format in date_php4/date_php4_calc.inc
- Formats the date in the given format, much like strfmt()
- 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_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