This commit is contained in:
Peter Maquiran
2021-07-17 22:42:02 +01:00
parent bd1914e81e
commit dba721ec50
15 changed files with 49 additions and 4 deletions
@@ -133,5 +133,9 @@ export class PendentesPage implements OnInit {
}
toDateString(e) {
return new Date(e).toDateString()
}
}