Format and Portal Customizations > Customize Date Format in the Report Scope Selector
   
Version 9.1.01
Customize Date Format in the Report Scope Selector
To customize the date format displayed in the report scope selector for all Portal users, you can modify the portal.properties file. For example you can set the date to display: dd/MM/yyyy or MM/dd/yyyy
Portal.properties file is located:
Linux:
/opt/aptare/portalconf/portal.properties
Windows:
C:\opt\aptare\portalconf\portal.properties
 
Update the following section:
#Formatters that define specific presentations of numbers and dates
formatter.number=#,##0
formatter.date=MMM dd, yyyy hh:mm:ssa
formatter.yearMonth=MMM dd
formatter.groupByDate=MMM dd
formatter.designerDate=MM/dd/yyyy
formatter.currency=$ ###,###,##0.00