Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 358642

Summary: Add Constants library
Product: z_Archived Reporter: Matt Heitz <mheitz>
Component: EDTAssignee: Paul Harmon <pharmon>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Matt Heitz CLA 2011-09-22 14:20:29 EDT
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
Comment 1 Paul Harmon CLA 2011-10-11 10:49:56 EDT
not sure why this was left open. Matt and Scott implemented this at the end of Sept.
Comment 2 Matt Heitz CLA 2011-11-01 10:39:55 EDT
Verified.