Biblatex's date and urldate only reference the day that the entry was made/accesses on.
Is there a way to add the time to a bibliography entry as well?
Any tips welcome!
|
Biblatex's Is there a way to add the time to a bibliography entry as well? Any tips welcome! |
||||
|
I have been using the trick for url's in my bibliography
|
|||||||||
|
biblatex(in combination with Biber) allow users to extend the data model with custom fields. Thus one could introduce a fieldtime. Then one can redefine the formatting instruction for printing a date to include the time. The interesting thing would be how to change the format of the time using various standards (24hours, pm/am,...). – Guido Feb 19 at 6:15datetype in mytimetype and then add additional functionality for rendering time. – drozzy Feb 19 at 23:39