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: 17 February 2025 01:46 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 01:46, February 17, 2025 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. 17 Feb 2025, 01:46 <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 17 February 2025]
Chicago style
HaskellWiki contributors, "Getting the current date," HaskellWiki, https://wiki.haskell.org/index.php?title=Getting_the_current_date&oldid=14207 (accessed February 17, 2025).
CBE/CSE style
HaskellWiki contributors. Getting the current date [Internet]. HaskellWiki; 2007 Jul 11, 17:54 UTC [cited 2025 Feb 17]. 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 February 17, 2025).
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 17-February-2025]" }
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 17-February-2025]" }