Skip to content

Commit 0b1b712

Browse files
authored
add date and time properties (#89)
1 parent b02cb2d commit 0b1b712

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

_data/core-properties.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,31 @@
287287
en: 1.50 U S dollars
288288
- mathml: "<mrow><mi mathvariant='normal' intent=':currency'>£</mi><mn>1.50</mn></mrow>"
289289
en: 1.50 pounds
290+
291+
- property: date
292+
type: time-and-date
293+
applicability: "mrow, mn"
294+
examples:
295+
- mathml: "<mrow intent=':date'><mn>15</mn><mo>.</mo><mn>03</mn><mo>.</mo><mn>2002</mn></mrow>"
296+
en: "15 dot 0 3 dot 2002"
297+
- mathml: "<mn intent=':date'>2002-03-15</mn>"
298+
en: "15 dot 0 3 dot 2002"
299+
- mathml: "<mrow intent=':date'><mn>2002</mn><mo>-</mo><mn>03</mn><mo>-</mo><mn>15</mn></mrow>"
300+
en: "2002 dash 0 3 dash 15"
301+
- mathml: "<mn intent=':date'>98/08/26</mn>"
302+
en: "98 slash 0 8 slash 26"
303+
304+
305+
- property: time
306+
type: time-and-date
307+
applicability: "mrow, mn, msup"
308+
examples:
309+
- mathml: "<mrow intent=':time'><mn>5</mn><mo>:</mo><mn>20</mn></mrow>"
310+
en: "5 20"
311+
- mathml: "<mn intent=':time'>18:47</mn>"
312+
en: "18 47"
313+
- mathml: "<msup intent=':time'><mn>12</mn><mn>15</mn></msup>"
314+
en: "12 15"
290315

291316

292317
- property: roman-numeral

0 commit comments

Comments
 (0)