I need to display new items in magento specific category.
I have found:
{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_new" template="catalog/product/new.phtml"}}
however it shows store wide items, and also found:
{{block type="catalog/product_list" category_id="Category-ID” template="catalog/product/list.phtml"}}
But it show all products, not only new ones.
How can I fix this?