Somehow, I have managed to create the array below. Now that the array has been created, can someone explain how I can retrieve such information as:
- total number of elements;
total number of elements on 2011-11-18;
Array ( [0] => Array ( [0] => Array ( [2011-11-18 00:00:00] => C ) [1] => Array ( [2011-11-18 00:00:00] => I ) [2] => Array ( [2011-11-18 00:00:00] => S ) ) [1] => Array ( [0] => Array ( [2011-11-22 00:00:00] => C ) [1] => Array ( [2011-11-22 00:00:00] => S ) ) )
Thanks.