diff --git a/usr-web/src/routes/(apps)/manifest/+page.svelte b/usr-web/src/routes/(apps)/manifest/+page.svelte index bda0c6b..95308a5 100644 --- a/usr-web/src/routes/(apps)/manifest/+page.svelte +++ b/usr-web/src/routes/(apps)/manifest/+page.svelte @@ -118,7 +118,7 @@ const day = String(date.getDate()).padStart(2, '0'); const month = String(date.getMonth() + 1).padStart(2, '0'); const year = String(date.getFullYear()).slice(-2); - return `${s.status}: ${day}/${month}/${year}`; + return `${s.status}: ${month}/${day}/${year}`; }) .join(','); const sub = (o.count * (o.unit_cost as number)).toFixed(2);