15 calls to date_dow() in Date 6
- DatePHP4LibTest::testPHP4DateLibrary in tests/date_test.test 
- 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_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_format in date_php4/date_php4_calc.inc 
- Formats the date in the given format, much like strfmt()
- 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_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_n_weekday_of_month in date_php4/date_php4_calc.inc 
- Calculates the date of the Nth weekday of the month, such as the second Saturday of January 2000
- 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_php4.inc in date_php4/date_php4.inc 
- _date_date in date_php4/date_php4_lib.inc 
- Low level function to create date() for pre-1970 and post-2038 dates.
- _date_getdate in date_php4/date_php4_lib.inc 
- Low-level function that returns the getdate() array for pre-1970 and post-2038 dates.
