cancel
Showing results for 
Search instead for 
Did you mean: 

Change date format in web forms

mark_smithson
Champ in-the-making
Champ in-the-making
On our install web forms render dates in american format MM/dd/YYYY.

Does anyone know how to change this to dd/MM/yyyy?
2 REPLIES 2

arielb
Champ in-the-making
Champ in-the-making
hmmm… there's definitely a bug somewhere here.  can you file an issue at issues.alfresco.com please?

as a workaround, i think it's because of a discrepancy in country definitions in locales being passed to alfresco.  is your browser's locale set to en_UK?  if so, perhaps try changing the Languages definition in web-client-config.xml from en_US to en_UK.

sharifu
Confirmed Champ
Confirmed Champ
do i uncomment the following?


<config evaluator="string-compare" condition="Languages">
      <languages>
         <language locale="ca_ES">Catalan</language>
         <language locale="hr_HR">Croatian</language>
         <language locale="cs_CZ">Czech</language>
         <language locale="da_DK">Danish</language>
         <language locale="de_DE">German</language>
         <language locale="es_ES">Spanish</language>
         <language locale="el_GR">Greek</language>
         <language locale="fi_FI">Finnish</language>
         <language locale="fr_FR">French</language>
         <language locale="it_IT">Italian</language>
         <language locale="ja_JP">Japanese</language>
         <language locale="du_NL">Dutch</language>
         <language locale="pl_PL">Polish</language>
         <language locale="pt_PT">Portuguese</language>
         <language locale="pt_BR">Portuguese (Brazilian)</language>
         <language locale="ru_RU">Russian</language>
         <language locale="sv_SV">Swedish</language>
         <language locale="tr_TR">Turkish</language>
         <language locale="zh_CN">Simplified Chinese</language>
      </languages>
   </config>