We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 239c061 commit b1b438bCopy full SHA for b1b438b
1 file changed
src/components/ui/time.astro
@@ -7,7 +7,7 @@ const { date, class: className } = Astro.props;
7
>{
8
date.toLocaleDateString("en", {
9
year: "numeric",
10
- month: "long",
+ month: "short",
11
day: "2-digit"
12
})
13
}</time
0 commit comments