How to change the date format for Chat Transcript
Problem Statement: How to change Chat time-stamp format from “MM/DD/YYYY” – US format to “DD/MM/YYYY” – UK format.
Environment:
- Adobe Connect On-premise
Solution:
- On All nodes of Adobe connect Server go to the path: ~\Connect\Version\appserv\common\meetingAS3\lang\
- Create a backup copy for breezelivestrings-en.xml.
- Edit the file: breezelivestrings-en.xml
- Search for the entry <!– date format needed for chat timestamp –>
- <m id=”dateFormat”>(MM/DD/YYYY JJ:NN)</m>
- Modify <m id=”dateFormat”>(DD/MM/YYYY JJ:NN)</m>
- Go to the path: ~\Connect\Version\appserv\common\meeting\lang
- Create a backup copy for breezelivestrings-en.xml.
- Edit the file: breezelivestrings-en.xml
- Search for the entry <!– date format needed for chat timestamp –>
- <m id=”dateFormat”>mm/dd/yyyy</m>
- Modify <m id=”dateFormat”>dd/mm/yyyy</m>
Additional Information: In adobe connect, during a meeting, we can enable time-stamps to be displayed during chat.