{#await umapyoi} {:then birthdays} {#if birthdays} {@const todaysBirthdays = birthdays.filter( (birthday) => birthday.birth_month === month && birthday.birth_day === day )}
{#each Array.from({ length: 12 }, (_, i) => i + 1) as month} {new Date(0, month - 1).toLocaleString('default', { month: 'long' })} {/each} {#each Array.from({ length: new Date(new Date().getFullYear(), month, 0).getDate() }, (_, i) => i + 1) as day} {day} {/each}