cancel
Showing results for 
Search instead for 
Did you mean: 

Date change

jenniferh
Champ in-the-making
Champ in-the-making
Hi,

I am having the same issues with the date time picker control. I need to have the date format in US English (MM/DD/YYYY). I know the format specification is in the form.get_en.properties file. The two properties I need to override are

form.control.date-picker.entry.date.format
form.control.date-picker.display.date.format

I don't want to change these in the share.war, so I have copied the directory structure and the file under my extensions directory. This works fine. My only issue is that I guess I have to copy all the other properties in the file also. If I try to list just those two in my overridden form.get_en.properties file, then the program will not find the other properties. Is there another way to do this so that I don't have to copy the entire contents of this file?
1 REPLY 1

afaust
Legendary Innovator
Legendary Innovator
Hello,

using any Alfresco version <= 3.4 you have to copy the entire content into your extension file. If you use Alfresco 4.0, you can actually merge the properties via the Surf Extensibility modules and its "customization" feature.

Regards
Axel