Merge remote-tracking branch 'Origin/main' into promotions
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
export function toDateTime(date: Date): string {
|
||||
console.log(date);
|
||||
if (typeof date === 'string') {
|
||||
date = new Date(date);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user