Update roles/home/aichat.nix
This commit is contained in:
parent
fe6d156580
commit
047c36f1ca
@ -61,8 +61,8 @@ roles = ''
|
|||||||
@@ -5,7 +5,7 @@ export function formatDate(date) {
|
@@ -5,7 +5,7 @@ export function formatDate(date) {
|
||||||
const month = String(date.getMonth() + 1).padStart(2, '0');
|
const month = String(date.getMonth() + 1).padStart(2, '0');
|
||||||
const day = String(date.getDate()).padStart(2, '0');
|
const day = String(date.getDate()).padStart(2, '0');
|
||||||
- return `${year}-${month}-${day}`;
|
- return `$${year}-$${month}-$${day}`;
|
||||||
+ return `${year}/${month}/${day}`;
|
+ return `$${year}/$${month}/$${day}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
### OUTPUT:
|
### OUTPUT:
|
||||||
|
Loading…
Reference in New Issue
Block a user