Date time conversion fixes on perfil page

This commit is contained in:
Eudes Inácio
2021-08-24 15:19:31 +01:00
parent fc5b46b907
commit 17680c9678
+2 -2
View File
@@ -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,