typescriptUpdated about 2 months ago
Format Date
by @Apiwit
typescript
export const formatDate = (date: Date): string => {
return date.toISOString();
};Description
dayjs date format
by @Apiwit
export const formatDate = (date: Date): string => {
return date.toISOString();
};dayjs date format
No this is not cool. this is cooler