Hello, I've got several classes in which I use date attributes. Is there a way to list objects of such a class, but only those in which the value of the date attribute is before current date? Thanks again, Joep Janssen
On 3/22/06, [email protected] <[email protected]> wrote:
Hello,
I've got several classes in which I use date attributes. Is there a way to list objects of such a class, but only those in which the value of the date attribute is before current date?
I do it a while ago using the before function: #if ($obj.XWikiObject.date.value.before($xwiki.getCurrentDate())) Jérémi -- Blog: http://www.jeremi.info LinkedIn: https://www.linkedin.com/profile?viewProfile=&key=1437724 Project Manager XWiki: http://www.xwiki.org skype: jeremi23 -- msn et gtalk : [email protected]
participants (2)
-
jeremi joslin -
jjanssen@nl.swets.com