Search found 1 match

by ClemNad
Wed Dec 29, 2021 8:03 pm
Forum: BibTeX, biblatex and biber
Topic: Replaced US date format with UK in 'accessed'
Replies: 5
Views: 22906

Replaced US date format with UK in 'accessed'

You can redefine the macro used by urldate:


\renewbibmacro*{urldate}{
(visited on \printfield{urlday}/\printfield{urlmonth}/\printfield{urlyear})
}


And you can change the sentence to Accessed: if you please.


\documentclass{article}
\usepackage[british]{babel}
\usepackage{biblatex ...