Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 358640 - Add Constants library
Summary: Add Constants library
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 14:16 EDT by Matt Heitz CLA
Modified: 2017-02-23 14:17 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Heitz CLA 2011-09-22 14:16:12 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 Scott Greer CLA 2011-09-28 10:52:34 EDT
Fixed
Comment 2 Matt Heitz CLA 2011-10-03 11:06:02 EDT
Closing.