plk / biblatex-apa

APA style for BibLaTeX
91 stars 48 forks source link

Retreived date not showing up in citation #194

Closed misilot closed 2 years ago

misilot commented 2 years ago

This example

% (APA 10.16 Example 114)
@ONLINE{10.16:114,
  AUTHOR   = {{U.S. Census Bureau}},
  TITLE         = {{U.S.} and World Population Clock},
  ORGANIZATION  = {U.S. Department of Commerce},
  URL           = {https://www.census.gov/popclock/},
  URLDATE       = {2019-07-03}
}

Is producing this citation U.S. Census Bureau. (n.d.). U.S. and world population clock. U.S. Department of Commerce. https://www.census.gov/popclock/

Any thoughts on what might be wrong? Thanks!

misilot commented 2 years ago

I had to wipe out my biber cache directory and reboot, and it started working again as expected.