たぬきの本棚 2025/10/2 読んだ本のリストfunction toJapaneseDate(iso) { const d = new Date(iso); return `${d.getFullYear()}年${d.getMonth(... たぬき図書館蔵書リスト function toJapaneseDate(iso) { const d = new Date(iso); return `${d.getFullYear()}年${d.getMonth() + 1}月${d.getDate()