Community
Participate
Working Groups
We're going to add this new library. It will be generated and incorporated into both runtimes. package eglx.lang; library Constants const isoDateFormat string = "yyyy-MM-dd"; const usaDateFormat string = "MM/dd/yyyy"; const eurDateFormat string = "dd.MM.yyyy"; const jisDateFormat string = "yyyy-MM-dd"; const isoTimeFormat string = "HH.mm.ss"; const usaTimeFormat string = "hh:mm a"; const eurTimeFormat string = "HH.mm.ss"; const jisTimeFormat string = "HH:mm:ss"; const db2TimeStampFormat string = "yyyy-MM-dd-HH.mm.ss.SSSSSS"; const odbcTimeStampFormat string = "yyyy-MM-dd HH:mm:ss.SSSSSS"; end
This was covered by the work done in bug 357257.
Closing.