Altering format.date in bst to place parentheses around year
Replace the date function with:
FUNCTION {format.date}
{ year empty$
{ "" }
{ year "(" swap$ * ")" *}
if$
}
Replace the date function with:
FUNCTION {format.date}
{ year empty$
{ "" }
{ year "(" swap$ * ")" *}
if$
}