Skip to content

Commit

Permalink
Update FormattedDate.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
kemo-1 authored May 31, 2024
1 parent 1c22400 commit 2ab9bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormattedDate.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { date } = Astro.props;
<time datetime={date.toISOString()}>
{
date.toLocaleDateString("ar", {
month: "long",
month: "2-digit",
day: "2-digit",
year: "numeric",
})
Expand Down

0 comments on commit 2ab9bd5

Please sign in to comment.