I have a bunch of objects, each of which has a timestamp, that I want to group by date, into a JSON object. The ultimate goal is something like this:
myObject =
new Date((new Date("07/06/2012 13:30")).toDateString())