[progress Communities] [progress Openedge Abl] Forum Post: Language / Date & Time-format

  • Thread starter Thread starter smartsysISV
  • Start date Start date
Status
Not open for further replies.
S

smartsysISV

Guest
In PrivateCloud 4.4 i have this two lines in shares.properties: # Default language code DefaultLangCode=no # Default date format index DefaultDateFormat=0 Can anyone tell me wich alternative DateFormats thats exists? When i login in the default language is still English....? Default dateformat is " 04/21/2017 ", but should have been " 21.04.2017 " Default timeformat is "10:00", but should have been "10.00" ( dot instead of colon ) Why?? When I trye to get a timevalue ex: var start="{!starttime#text}"; I get this in th correct value: "10.00" ("dot"), but when i try to set this value I need to use colon. Ex: start = start.replace(".", ":"); TL["fromtime"]=start; var newTLId = rbv_api.createRecord("timelines", TL); What am i missing??

Continue reading...
 
Status
Not open for further replies.
Back
Top