Web accessed date format (URLDATE/biblatex)

I've been trying to fix this for a while to no avail.

Right now, the zotero exports bibtex code and it looks like this: urldate = {1979-12-05}.
And when I generate my bibliography in latex, it says "Accessed 1979-12-05", which is not what I want.

I want it to look like like: "Accessed December 5, 1979"


Is there anyway to change this in zotero without manually editing each entry?

thank you.

  • biblatex expects dates to be formatted this way.

    You should modify your style or language preferences in your document. For example:
    \usepackage[backend=biber,dateabbrev=false,language=australian]{biblatex}
    should yield:

    5 December 1979
  • I put that in my preamble, but for some reason that breaks everything.

    Thanks for your help, but at this point, I think this is more appropriate for tex.stackexchange.


    regards,
Sign In or Register to comment.