Wednesday 06 September 2006 9:05:19 am
Hello, I would like to filter on the date in my fetch function, with the attribute ‘attribute_filter’, like this :
fetch( ... 'attribute_filter', array( array( 'classe/champdate' , '>=' , currentdate() ) ) ... )
I would like to test if ‘champdate’ from the class ‘classe’ is greater or equal than the current date, but currentdate() return a timestamp, so is it possible to write the timestamp of ‘champdate’ to compare the timestamps ?? else with 'attribute_filter', we can compare 2 dates with the format 'JJ/MM/AAA' ???
Thanks for your help Anthony
Anthony
|