Changing date display settings.
- Article Type: General
- Product: DigiTool
- Product Version: 3
Description:
How do I change the date display settings?
Resolution:
1. For java modules:
>>j_conf
In repository_configuration.xml change the date parameters to the desired format:
<parameter>
<p_key>system_date_format</p_key>
<p_val>dd/mm/yyyy</p_val>
</parameter>
2. For the Resource Discovery side:
>>cd $dtle_root
Within dtl_start:
setenv dtl_date_time 2
(1 is US - mm/dd/yyyy - 2 is European - dd/mm/yyyy)
3. To commit changes:
a. source dtl_start
b. start_w
c. start_pc
d. re-load repository configuration ("mng" maintenance job)
Additional Information
DigiTool 3 3.0 date settings display
- Article last edited: 10/8/2013