X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Futils.ts;h=5ab41fe5a3fac07c11f74c2bf59f48b9e6e5cf16;hb=92fb909c9b4a92a00b0d0da7629e6fb003de281b;hp=1dd6f96f0b77c24abd6ea50628bb379ecea4206f;hpb=28798b5d949826551740fc893d06e6424b77aa6a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/utils.ts b/client/src/app/shared/utils.ts index 1dd6f96f0..5ab41fe5a 100644 --- a/client/src/app/shared/utils.ts +++ b/client/src/app/shared/utils.ts @@ -3,7 +3,7 @@ import { DatePipe } from '@angular/common'; export class Utils { static dateToHuman(date: String) { - return new DatePipe('en').transform(date, 'medium') + return new DatePipe('en').transform(date, 'medium'); } static getRowDeleteButton() {