I need to be able to specify that I will select nodes only with a date greater than six months ago. I can specify dates six months FROM now, but apparently not BEFORE now (unless it's possible and the documentation simply fails to specify how. I read the online docs.)
Right now I can say @P1W and get anything from now to one week from now. I don't know how that's even useful, because I can't actually create a node in the future, but I'm sure it's useful to someone or it wouldn't do it at all.
I need to be able to say @M6M or something, where it's now to six months in the past (or more correctly, six months in the past to now.)
If such functionality exists, by all means, let me know how, and change the Component to Documentation.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | date_api_sql.inc-124985-2_D6-2.patch | 1.6 KB | darren oh |
Comments
Comment #1
karens commentedBumping this to HEAD. It won't go into this version, but maybe the next.
Comment #2
darren ohI needed this also. The attached patch allows negative values in periods.
Comment #3
arlinsandbulte commentedI am confused and need a little clarification.
In what context are you doing this?
In a url?
In a view? Argument of a view?
How can I recreate or demonstrate the problem?
Comment #4
arlinsandbulte commented17 weeks at 'postponed (maintainer needs more info)' with no response.
I am closing this issue.