Saturday 16 April 2005 4:20:45 am
Hi, I have a class called meeting which includes an attribute of the datetime datatype which stores the date and time of when the meeting starts. Now, what I'm trying to do is fetch the upcoming meetings, meaning those that start the same day or later. For this purpose, I've tried the following attribute filter, which did not work (no result was returned):
attribute_filter, array( 'or', array( 198, '>', currentdate() ))
Is what I'm trying to accomplish even possible, and if so, how should I go about it? Thanks in advance !
Sincerely,
Eirik Alfstad Johansen
http://www.netmaking.no/
|