Okay, so I'm administrating a website under the restrictions of a content management system, not even sure which one it is. I've been trying to figure out what system it is to find syntax and other info or a wiki. Anyhow it has what it calls "supplementary tables" and under this tab you add column names and types. Once you make a table you can make a "Display Module" with sorting statements and condition statements.
condition statements are to be formatted like this:
Quote:
Conditions may be compounded by using the AND and OR keywords.
Examples:
statement1 AND statement2
Both statements must be true
statement1 AND (statement2 OR statement3)
Statement 1 must be true and either of statements 2 or 3
|
hopefully this gives some insight to someone as to what exactly this system is using, it looked like some code i've seen before.
Anyway, I want to have a date-time variable and be able to condition the display to only show >= todays date, how to do this?
Thanks for any help you can offer.