diff --git a/src/lib/components/CaseCard.svelte b/src/lib/components/CaseCard.svelte index 3a09164..2c06aac 100644 --- a/src/lib/components/CaseCard.svelte +++ b/src/lib/components/CaseCard.svelte @@ -1,5 +1,6 @@ @@ -16,7 +17,7 @@
-

{cardData.attribution_date}

+

{utcFormat('%B %d, %Y')(cardData.attribution_date)}

{cardData.short_description}

{cardData.source} diff --git a/src/lib/components/CaseTable.svelte b/src/lib/components/CaseTable.svelte index ab0f24a..130a1b7 100644 --- a/src/lib/components/CaseTable.svelte +++ b/src/lib/components/CaseTable.svelte @@ -1,4 +1,5 @@ @@ -18,7 +19,7 @@ {#if attrCase.show} {attrCase.short_description} - {attrCase.attribution_date} + {utcFormat('%B %d, %Y')(attrCase.attribution_date)} {attrCase.source} {attrCase.source_category} {attrCase.actor_nation}