hi

problem is ....

I got date @start and date @stop as a date and I can display like

@start = Thu Jan 19 00:00:00 CST 2006
@stop = Tue Jan 21 00:00:00 CST 2006


how to split up this days and put to array ?

array[] = 	"Thu Jan 19 00:00:00 CST 2006
		 Wed Jan 20 00:00:00 CST 2006
		 Tue Jan 21 00:00:00 CST 2006"

is there some function which can do that ?

thanks for help