There is an array available:
var BigWordsDates = JSON.parse('<?php echo addslashes($Array_OfDates_to_json) ?>');
When inspected in FireBug DOM, it appears as:
BigWordsDates Object { #Tahrir=[36], #Egypt=[24], #Morsy=[16], more...}
#AdminCourt ["2012-10-02","2012-10-02","2012-10-09", 2 more...]
The goal is to convert the array to a date format like this: 2012-FEB-06. Any guidance on how to accomplish this conversion to a CSV file would be greatly appreciated.