first commit
This commit is contained in:
4
calcom/apps/api/v1/lib/utils/stringifyISODate.ts
Normal file
4
calcom/apps/api/v1/lib/utils/stringifyISODate.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const stringifyISODate = (date: Date | undefined): string => {
|
||||
return `${date?.toISOString()}`;
|
||||
};
|
||||
// TODO: create a function that takes an object and returns a stringified version of dates of it.
|
||||
Reference in New Issue
Block a user