Can I invoke some biblatex commands or macros in order to automatically generate a string like this:
(visited on 04/01/2013)
I have this outside of a \cite command in a footnote, but would like to automatically get the same text and formatting as biblatex would use when printing this information. So something like
\printurlseen{2013-01-04} % hypothetical code
\fnotecite{<key>}which would put the full reference as a footnote and not in the bibliography section. Is that what you are after? – ArTourter Jan 04 '13 at 18:17