In a different database, I'm using dbman to track lectures offered at a local department.
I've faked this db into using whats_new_days to include the future.
In other words, the field "Date" in the database actually refers to the date of the seminar, which is most often in the future.
If I call whats_new_days=10, for example, I will get all the seminars in the last 11 days and any scheduled to come.
This is all good, except that I can't call
whats_new_days=0
which would list just seminars in the future.
If I call whats_new_days=1
that still lists records dated yesterday!
I guess another way to ask the question is, is it possible to list just records modified TODAY? not including yesterday?
Is it possible to call something like:
&view_records=1&date-gt=today?
Or, to make whats_new_days=1 generate todays date, not yesterdays?
I've faked this db into using whats_new_days to include the future.
In other words, the field "Date" in the database actually refers to the date of the seminar, which is most often in the future.
If I call whats_new_days=10, for example, I will get all the seminars in the last 11 days and any scheduled to come.
This is all good, except that I can't call
whats_new_days=0
which would list just seminars in the future.
If I call whats_new_days=1
that still lists records dated yesterday!
I guess another way to ask the question is, is it possible to list just records modified TODAY? not including yesterday?
Is it possible to call something like:
&view_records=1&date-gt=today?
Or, to make whats_new_days=1 generate todays date, not yesterdays?

