mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: date string
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
}
|
||||
|
||||
const cycles = data.invoices.invoices.map((invoice) => ({
|
||||
label: invoice.from,
|
||||
label: (new Date(invoice.from)).toLocaleDateString(),
|
||||
value: invoice.$id
|
||||
}));
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user