]>
Commit | Line | Data |
---|---|---|
b75a7d8f A |
1 | // *************************************************************************** |
2 | // * | |
3 | // * Copyright (C) 1997-2003, International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * | |
6 | // *************************************************************************** | |
7 | ||
8 | ga_IE { | |
9 | Version { "2.0" } | |
10 | // DateTimeElements:intvector { | |
11 | // 2, | |
12 | // 1, | |
13 | // } | |
14 | DateTimePatterns { | |
15 | "HH:mm:ss z", | |
16 | "HH:mm:ss z", | |
17 | "HH:mm:ss", | |
18 | "HH:mm", | |
19 | "EEEE d MMMM yyyy", | |
20 | "d MMMM yyyy", | |
21 | "d MMM yyyy", | |
22 | "dd/MM/yyyy", | |
23 | "{1} {0}", | |
24 | } | |
25 | NumberPatterns { | |
26 | "#,##0.###;-#,##0.###", | |
27 | "\u00a4#,##0.00;-\u00a4#,##0.00", | |
28 | "#,##0%", | |
29 | "#E0", | |
30 | } | |
31 | } |