mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
69940: Processes - date format, back button and hiding empty fields
This commit is contained in:

committed by
Art Lowel

parent
5e890aca2c
commit
6b53c448c8
@@ -40,6 +40,11 @@ export class ProcessOverviewComponent implements OnInit {
|
||||
pageSize: 20
|
||||
});
|
||||
|
||||
/**
|
||||
* Date format to use for start and end time of processes
|
||||
*/
|
||||
dateFormat = 'yyyy-MM-dd HH:mm:ss';
|
||||
|
||||
constructor(protected processService: ProcessDataService,
|
||||
protected ePersonService: EPersonDataService) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user