A copy of what I am currently testing. This has all the new features including validity dates. The valid date field is either an end date or an end date and a start date separated by a semi-colon e.g.
2009-10-22 17:00:00;2009-09-22 09:00:00
means to run the ad from 22nd September 9am to the 22nd October 5pm. If you just provided 2009-10-22 17:00:00 then it would mean (from now on but) end on 22nd October at 5pm. The date can be in any format that strtotime() accepts including relative dates. A relative start date is relative to now and the relative end date is relative to the start date. So if you do use relative then at least 1 date MUST be a fixed date else it will make no sense as both will end up being relative to now and now changes to a new time everytime the module runs. Lincoln.