Cite This Page
Bibliographic details for Getting the current date
- Page name: Getting the current date
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 11 July 2007 17:54 UTC
- Date retrieved: 11 October 2024 06:12 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Getting_the_current_date&oldid=14207
- Page Version ID: 14207
Citation styles for Getting the current date
APA style
Getting the current date. (2007, July 11). HaskellWiki, . Retrieved 06:12, October 11, 2024 from https://wiki.haskell.org/index.php?title=Getting_the_current_date&oldid=14207.
MLA style
"Getting the current date." HaskellWiki, . 11 Jul 2007, 17:54 UTC. 11 Oct 2024, 06:12 <https://wiki.haskell.org/index.php?title=Getting_the_current_date&oldid=14207>.
MHRA style
HaskellWiki contributors, 'Getting the current date', HaskellWiki, , 11 July 2007, 17:54 UTC, <https://wiki.haskell.org/index.php?title=Getting_the_current_date&oldid=14207> [accessed 11 October 2024]
Chicago style
HaskellWiki contributors, "Getting the current date," HaskellWiki, , https://wiki.haskell.org/index.php?title=Getting_the_current_date&oldid=14207 (accessed October 11, 2024).
CBE/CSE style
HaskellWiki contributors. Getting the current date [Internet]. HaskellWiki, ; 2007 Jul 11, 17:54 UTC [cited 2024 Oct 11]. Available from: https://wiki.haskell.org/index.php?title=Getting_the_current_date&oldid=14207.
Bluebook style
Getting the current date, https://wiki.haskell.org/index.php?title=Getting_the_current_date&oldid=14207 (last visited October 11, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Getting the current date --- HaskellWiki{,} ", year = "2007", url = "https://wiki.haskell.org/index.php?title=Getting_the_current_date&oldid=14207", note = "[Online; accessed 11-October-2024]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "HaskellWiki", title = "Getting the current date --- HaskellWiki{,} ", year = "2007", url = "\url{https://wiki.haskell.org/index.php?title=Getting_the_current_date&oldid=14207}", note = "[Online; accessed 11-October-2024]" }