13日の金曜日

「イエス・キリストが磔刑に処されたのが13日の金曜日であり、クリスチャンは忌むべき日である」と考えられているが、忌み数の13と関係があるという説もある。

https://ja.wikipedia.org/wiki/13日の金曜日

// 13日の金曜日
const dt = new Date()
while (dt.getFullYear() < 2050) {
    let yyyy = dt.getFullYear()
    let mm = dt.getMonth() + 1
    let dd = dt.getDate()
    let wk = dt.getDay()
    mm = ( '0' + mm ).slice( -2 )
    if ((dd == 13) && (wk == 5))
        console.log(yyyy + "年" + mm + "月" + "13日(金)")
    dt.setDate(dt.getDate() + 1)
}

// 13日の金曜日
const dt=new Date;for(;2050>dt.getFullYear();){let b=dt.getFullYear(),a=dt.getMonth()+1,c=dt.getDate(),d=dt.getDay();a=("0"+a).slice(-2);13==c&&5==d&&console.log(b+"\u5e74"+a+"\u670813\u65e5(\u91d1)");dt.setDate(dt.getDate()+1)};

2024年09月13日(金)
2024年12月13日(金)
2025年06月13日(金)
2026年02月13日(金)
2026年03月13日(金)
2026年11月13日(金)
2027年08月13日(金)
2028年10月13日(金)
2029年04月13日(金)
2029年07月13日(金)
2030年09月13日(金)
2030年12月13日(金)
2031年06月13日(金)
2032年02月13日(金)
2032年08月13日(金)
2033年05月13日(金)
2034年01月13日(金)
2034年10月13日(金)
2035年04月13日(金)
2035年07月13日(金)
2036年06月13日(金)
2037年02月13日(金)
2037年03月13日(金)
2037年11月13日(金)
2038年08月13日(金)
2039年05月13日(金)
2040年01月13日(金)
2040年04月13日(金)
2040年07月13日(金)
2041年09月13日(金)
2041年12月13日(金)
2042年06月13日(金)
2043年02月13日(金)
2043年03月13日(金)
2043年11月13日(金)
2044年05月13日(金)
2045年01月13日(金)
2045年10月13日(金)
2046年04月13日(金)
2046年07月13日(金)
2047年09月13日(金)
2047年12月13日(金)
2048年03月13日(金)
2048年11月13日(金)
2049年08月13日(金)


Comments

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です