{$t('year')}
{$t('year')}
{#each yearOptions as year (year)}
{year}
{/each}
{$t('month')}
{$t('month')}
{#each monthOptions as month (month.value)}
{month.label}
{/each}
{$t('day')}
{$t('day')}
{#each dayOptions as day (day)}
{day}
{/each}
{$t('reset')}