Possible Duplicate:
Disable month in biblatex bibliography?
How to print only year (no day/month) with Biblatex
I use (Author Year) as citation style and want to create a bibliography with Author (Year): Title.
However when I use the following command, I get Author (Year, Month) in my bibliography:
\usepackage[backend=biber,style=authoryear,isbn=false,dashed=true]{biblatex}
How can I make biber generate the bibliography style I want, i.e. withouth the months (and maybe even days)?
\AtEveryBibitem{\clearfield{month}}. (I guess this question has been answered before.) – lockstep Jan 14 '13 at 18:24