mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Date time conversion fixes on perfil page
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user