How do I retrieve the date values from the following array? Actually, want I want to do is loop through this array, and create a table cell for each of the date values. Thanks,
Array
(
[2011-11-18 00:00:00] => 3
[2011-11-22 00:00:00] => 2
)
How do I retrieve the date values from the following array? Actually, want I want to do is loop through this array, and create a table cell for each of the date values. Thanks,
Array
(
[2011-11-18 00:00:00] => 3
[2011-11-22 00:00:00] => 2
)