diff --git a/src/app/modals/profile/profile.page.ts b/src/app/modals/profile/profile.page.ts index 6578fe6e4..2639262c7 100644 --- a/src/app/modals/profile/profile.page.ts +++ b/src/app/modals/profile/profile.page.ts @@ -100,8 +100,8 @@ export class ProfilePage implements OnInit { IdObject: element.IdObject, FolderId: element.FolderId, desc: element.desc, - dateInit: this.getFormatedTime(element.dateInit), - dateEnd: this.getFormatedTime(element.dateEnd), + dateInit: element.dateInit, + dateEnd: element.dateEnd, Location: element.Location, TypeAgenda: element.TypeAgenda, Role: element.Role,