date->week
Name
date->week -- Breaks a date into week number and day of week.
Type: function
Synopsis
date->week
( date, week day-of-week);
Arguments
- date
An instance of <date>
Return Values
- week
An instance of <fixnum>
- day-of-week
An instance of <fixnum>
Description
This function factors a given date into it's week
and day-of-week components. The second return value,
day-of-week, is in the range 0 to 6 (inclusive), indicating
the weekdays Sunday through Saturday.