Cite This Page
Bibliographic details for Find the last Sunday of each month
- Page name: Find the last Sunday of each month
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 1 November 2024 18:25 UTC
- Date retrieved: 18 April 2025 13:05 UTC
- Permanent URL: https://rosettacode.org/wiki/Find_the_last_Sunday_of_each_month?oldid=372558
- Page Version ID: 372558
Citation styles for Find the last Sunday of each month
APA style
Find the last Sunday of each month. (2024, November 1). Rosetta Code. Retrieved 13:05, April 18, 2025 from https://rosettacode.org/wiki/Find_the_last_Sunday_of_each_month?oldid=372558.
MLA style
"Find the last Sunday of each month." Rosetta Code. 1 Nov 2024, 18:25 UTC. 18 Apr 2025, 13:05 <https://rosettacode.org/wiki/Find_the_last_Sunday_of_each_month?oldid=372558>.
MHRA style
Rosetta Code contributors, 'Find the last Sunday of each month', Rosetta Code, 1 November 2024, 18:25 UTC, <https://rosettacode.org/wiki/Find_the_last_Sunday_of_each_month?oldid=372558> [accessed 18 April 2025]
Chicago style
Rosetta Code contributors, "Find the last Sunday of each month," Rosetta Code, https://rosettacode.org/wiki/Find_the_last_Sunday_of_each_month?oldid=372558 (accessed April 18, 2025).
CBE/CSE style
Rosetta Code contributors. Find the last Sunday of each month [Internet]. Rosetta Code; 2024 Nov 1, 18:25 UTC [cited 2025 Apr 18]. Available from: https://rosettacode.org/wiki/Find_the_last_Sunday_of_each_month?oldid=372558.
Bluebook style
Find the last Sunday of each month, https://rosettacode.org/wiki/Find_the_last_Sunday_of_each_month?oldid=372558 (last visited April 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Find the last Sunday of each month --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Find_the_last_Sunday_of_each_month?oldid=372558", note = "[Online; accessed 18-April-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 = "Rosetta Code", title = "Find the last Sunday of each month --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Find_the_last_Sunday_of_each_month?oldid=372558}", note = "[Online; accessed 18-April-2025]" }