ok so i have this array of about 151 elements and there is a date field as one of the elements. The array is a two week range. I want to count how many elements are in the first week and how any are in the second week. Here is my example array.
[0] => Array
(
[0] => 4d50
[date] => 07-10-2010
[telephone] => something
[Sno] => 1
)
[1] => Array
(
[0] => 4g50
[date] => 07-03-2010
[telephone] => something
[Sno] => 1
)
[2] => Array
(
[0] => 4s50
[date] => 06-29-2010
[telephone] => something
[Sno] => 1