Hello programmers:

Please I need help.

-- I am writing a process in which SUNDAY is the first day of the week

-- I need to dectect the beginning of the last week. For example:

a) 11/25/2002 (SUN) - 11/30/2002 (SAT). This is my last week

b) 12/02/2002 is the current date

I need to detect the firts day of the last week and add the date (mm/dd/yy) into an array. I am need to add only the Seven days.


Can somebody help me how to acompllish this task.

Thanks to all for your time