View Single Post
  #2 (permalink)  
Old 11-25-2005, 01:42 AM
glards glards is offline
Starter Member
 
Posts: 1
Default

hi,
You can change it by modifing the files on /opt/zimbra/tomcat/webapps/zimbra/WEB-INF/classes/msgs/I18nMsg_xx_XX.properties

the key values the following

formatDateLong = d MMMM yyyy
formatDateMedium = d/MM/yyyy
formatDateShort = d/MM/yy
formatTimeFull = hh:mm:ss a z
formatTimeLong = H:mm:ss
formatTimeMedium = HH:mm:ss
formatTimeShort = HH:mm

see java date documentation to know the format diferences (HH, H, hh, etc)

bye
Reply With Quote