mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-09-15 23:32:49 +00:00
3 lines
80 B
TypeScript
3 lines
80 B
TypeScript
export function formatDate(date: Date): string {
|
|
return date.toISOString();
|
|
}
|