I'm trying to write a simple template that adds a line "Sorry for my late" in case the original post date is older than xx days.
I've thought to use %DaysTo, but I imagine that its output are only positive value. True? Any other suggestion? Indeed, I can also use it with positive value, but it seems to be less precise. However, this can work: | %IF:"%DaysTo(%ODATE='dd/mm/yy')">10 : [Sorry, I'm late!]: -- 30/12/2003 18.29.04, daRkSidE ________________________________________________ Current version is 2.02.3 CE | "Using TBUDL" information: http://www.silverstones.com/thebat/TBUDLInfo.html

