Hi, I try to select events with eventDate smaller or equal to a certain date (2009 in my example). I saw the library DateGreaterThanOrEqual, but the library I want do not exist (DateSmallerThanOrEqual).
I am not 100% sure about the first example as I have not tested it, but I think the following two examples should help you. The first should work for the original XML format used prior to 4.5 but if you are using the latest format then try the second one:
Hi, thank you... Someday I'll be good in xslt :) I used the first one in 4.5 with Legacy mode... I began to be good with first format and now I have to understand the new one...
Date smaller than or equal
Hi, I try to select events with eventDate smaller or equal to a certain date (2009 in my example). I saw the library DateGreaterThanOrEqual, but the library I want do not exist (DateSmallerThanOrEqual).
So I tried that :
I, as you can guess, it did not worked.
Do you have an idea how I can do this?
Thank you
Hi,
I am not 100% sure about the first example as I have not tested it, but I think the following two examples should help you. The first should work for the original XML format used prior to 4.5 but if you are using the latest format then try the second one:
Or for the latest XML format:
Best regards,
Chris
Hi, thank you... Someday I'll be good in xslt :) I used the first one in 4.5 with Legacy mode... I began to be good with first format and now I have to understand the new one...
Thank you again!
is working on a reply...