diff options
Diffstat (limited to 'client/src/app/shared/utils.ts')
-rw-r--r-- | client/src/app/shared/utils.ts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/client/src/app/shared/utils.ts b/client/src/app/shared/utils.ts deleted file mode 100644 index 7c8ae2e3e..000000000 --- a/client/src/app/shared/utils.ts +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | import { DatePipe } from '@angular/common' | ||
2 | |||
3 | export class Utils { | ||
4 | |||
5 | static dateToHuman (date: Date) { | ||
6 | return new DatePipe('en').transform(date, 'medium') | ||
7 | } | ||
8 | } | ||