If you are using d3.js, you can use the "extension" method. I'm just starting to play with the Cross filter to make some diagrams, and here is the snippet I used.
var strmDateAccessor = function (d){return d.strmDate;}; strmDateExtent = []; strmDateExtent = d3.extent(data, strmDateAccessor);
source share