Sundays of Pleroma: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 52: | Line 52: | ||
const TodayDate = new Date(); | const TodayDate = new Date(); | ||
var ThisYear = TodayDate.getFullYear(); | var ThisYear = TodayDate.getFullYear(); | ||
var OutputStr = ThisYear | var OutputStr = ThisYear; | ||
Revision as of 00:09, 10 November 2024
find the current year
find day of the week of Christmas this year
create output string
- start table
- start line
- header line one
- start line
- header line two
- start line
Call AddLine to output row for one year
repeat nine times
- increment year by one
- AddLine(nextYear)