Smart way to search an array of arrays
        Posted  
        
            by iFloh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by iFloh
        
        
        
        Published on 2010-04-29T13:56:40Z
        Indexed on 
            2010/04/29
            14:07 UTC
        
        
        Read the original article
        Hit count: 310
        
I have an array of arrays with objects and now want to get all objects for a certain date (which is an object property).
what's the best way to query it?
© Stack Overflow or respective owner