Das scheint lt. Plugin-Doku so nicht zu gehen:
Zitat
If you want to list all the posts before a given date, say Jun 17th, 2007 you can use these two options:
[catlist before_year=2007 before_month=06 before_day=17]
Or you can use the before parameter with a strtotime()-compatible string:
[catlist before='2007/06/17']
D.h. du musst das Datum vorgeben, er rechnet nicht automatisch 14 Tage zurück. Ansonsten so, wie es SirEctor geschrieben hat.