typescriptUpdated about 2 months ago

Format Date

by @Apiwit

typescript
export const formatDate = (date: Date): string => {
  return date.toISOString();
};

Description

dayjs date format

Comments(1)

@Apiwit·about 2 months ago
suggestion

No this is not cool. this is cooler