Dates search in Drupal (greater than, less than) using CCK / views / facelet?
        Posted  
        
            by guillefar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by guillefar
        
        
        
        Published on 2010-06-11T13:29:12Z
        Indexed on 
            2010/06/11
            13:32 UTC
        
        
        Read the original article
        Hit count: 179
        
I'm working in a site that manage events (like parties). Each event could have several fields, including date, that the user could add thanks to CCK module.
Now, the problem is when I have to search using those fields.
I could not find how to search for events between a range of dates.
I discover the facelet module, which is pretty good, and it is very useful for some kind of search, but as far as I can see it is not possible search in a range.
Also I do some testing using views, but again, with no results. I can not find how to search a date "greater than" and "less than".
I will really appreciate any help. 
© Stack Overflow or respective owner