mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-25 20:32:11 +03:00
3 lines
91 B
TypeScript
3 lines
91 B
TypeScript
|
export const formatDate = (date: string): string =>
|
||
|
new Date(date).toLocaleDateString();
|