2026-03-02T08-38-15_auto_memory/memories.db-wal

This commit is contained in:
Nicholai Vogel 2026-03-02 01:38:15 -07:00
parent b3f62064a1
commit ffe7cd4da2
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
interface Props {
date: Date;
}
const { date } = Astro.props;
---
<time datetime={date.toISOString()}>
{date.toLocaleDateString("en-US", {
year: "numeric",
month: "short",
day: "numeric",
})}
</time>

Binary file not shown.