ローディング中...
03月13日に公開
1分前
2025年01月18日 05:09
bun add date-fns
import DynamicDateFormat from '@/app/_resources/recipes/dynamic-date-format/dynamic-date-format'; export default function Demo() { return <DynamicDateFormat date={new Date()} />; }