Formatting date

i need date in the following format December 14, 2005.
With date +"%b %d, %Y" command i am getting the following output :- Dec 14, 2005.
can anyone pls tell me how to get the full month name

date +"%B %d, %Y"

thnks vino !!!