mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-4985] Updated date formats for SearchDateRangeAdvancedComponent
This commit is contained in:
committed by
Jatin_Chugh
parent
f838267aca
commit
67ebf2979f
+1
-1
@@ -42,7 +42,7 @@ interface SearchDateRangeAdvanced {
|
||||
[indexer: string]: any;
|
||||
}
|
||||
|
||||
const DEFAULT_DATE_DISPLAY_FORMAT: string = 'dd-MMM-yyyy';
|
||||
const DEFAULT_DATE_DISPLAY_FORMAT: string = 'dd-MMM-yy';
|
||||
|
||||
@Component({
|
||||
selector: 'adf-search-date-range-advanced',
|
||||
|
||||
Reference in New Issue
Block a user