bugfix(/blog) fix date formatting on BlogPostListItem
This commit is contained in:
parent
1d39b84611
commit
5178a715d9
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
$: formattedDate = formatDate(
|
$: formattedDate = formatDate(
|
||||||
new Date(date),
|
new Date(date),
|
||||||
'yyyy-mm-dd',
|
'yyyy-MM-dd',
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue