-
- Madin

-
Total Posts: 9
Joined: 2008-08-01
Germany
|
I used following code to get only articles from a specific date range. Shouldn’t be too hard to fit it for your needs.
->addAttributeToFilter('attribute_name' , array("from" => "1970-01-01 00:00:00", "to" => "2008-08-17 00:00:00", "datetime" => true))
Hope I could help you.
|