mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
updates
This commit is contained in:
+2
-2
@@ -185,11 +185,11 @@ export class AnalyticsReportParametersComponent implements OnInit, OnChanges, On
|
||||
}
|
||||
}
|
||||
|
||||
convertMomentDate(date: string) {
|
||||
convertMomentDate(date: string): string {
|
||||
return DateFnsUtils.formatDate(new Date(date), FORMAT_DATE_ACTIVITI) + 'T00:00:00.000Z'
|
||||
}
|
||||
|
||||
getTodayDate() {
|
||||
getTodayDate(): string {
|
||||
return DateFnsUtils.formatDate(new Date(), FORMAT_DATE_ACTIVITI);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user