Date comparison


Hi there,
I have a date attribute and I want to find any date 6 months before that.
Could anybody please let me know how can I do that?
Thanks,
Abbas
Tagged:
0
Best Answer
-
Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635
Unicorn
Check out "Generate Attributes" and the datediff() function or other date comparison functions. That should enable you to generate the value you need, after which you can use a Filter operator to keep the ones you need.
0
Answers
Thanks Brian!