ローディング中...
03月13日に公開
1分前
2024年12月12日 12:45
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()} />; }