File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
calendar/src/main/java/net/time4j/calendar Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 116116 * .addText(EthiopianCalendar.EVANGELIST)
117117 * .addPattern(") G", PatternType.NON_ISO_DATE)
118118 * .build();
119- * EthiopianCalendar ethio =
120- * formatter.parse("ጥቅምት 11 ፲፱፻፺፯ (ማቴዎስ) ዓ/ም" );
119+ * String input = "ጥቅምት 11 ፲፱፻፺፯ (ማቴዎስ) ዓ/ም";
120+ * EthiopianCalendar ethio = formatter.parse(input );
121121 * System.out.println(ethio); // AMETE_MIHRET-1997-02-11
122122 * </pre>
123123 *
170170 * .addText(EthiopianCalendar.EVANGELIST)
171171 * .addPattern(") G", PatternType.NON_ISO_DATE)
172172 * .build();
173- * EthiopianCalendar ethio =
174- * formatter.parse("ጥቅምት 11 ፲፱፻፺፯ (ማቴዎስ) ዓ/ም" );
173+ * String input = "&#4901;&#4677;&#4637;&#4725; 11 &#4978;&#4977;&#4987;&#4986;&#4975; (&#4635;&#4724;&#4814;&#4661;) &#4819;/&#4637;";
174+ * EthiopianCalendar ethio = formatter.parse(input );
175175 * System.out.println(ethio); // AMETE_MIHRET-1997-02-11
176176 * </pre>
177177 *
Original file line number Diff line number Diff line change 5757 * <p>Represents the 12-hour-time in second precision used in Ethiopia
5858 * starting in the morning at 6 AM as zero point. </p>
5959 *
60- * <p>Mapping table: </p>
61- *
6260 * <table border="1">
61+ * <caption>Mapping table</caption>
6362 * <tr>
6463 * <th>ISO-8601</th>
6564 * <th>Ethiopic</th>
170169 * <p>Repräsentiert die 12-Stunden-Uhr in Sekundengenauigkeit, die in Äthiopien verwendet wird
171170 * und morgens um 6 Uhr startet. </p>
172171 *
173- * <p>Konversionstabelle: </p>
174- *
175172 * <table border="1">
173+ * <caption>Konversionstabelle</caption>
176174 * <tr>
177175 * <th>ISO-8601</th>
178176 * <th>Äthiopisch</th>
You can’t perform that action at this time.
0 commit comments