Is there a way to filter by the node creation date, but instead of saying greater than or less than a certain date I can say greater than or less than 7 days, so I can have a 'weekly' block?

Comments

JuliaKM’s picture

You can do this with the node creation date by using the date value and option. For example, if you would like to show all nodes created in the last 7 days, you would enter the following into your date filter:

- operator: greater than or equal to
- value: now
- option: -604800

In other words, you are now filtering for nodes that have a date that is between now and today minus the last 7 days (604,800 seconds).

GameCollision’s picture

Cool, thank you very much. :)

JuliaKM’s picture

Status: Active » Closed (fixed)
JuliaKM’s picture

Status: Closed (fixed) » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.