From 4f11e75c8737285f1492aff01f214d2d1d80f69b Mon Sep 17 00:00:00 2001 From: NSoiffer Date: Wed, 5 Nov 2025 20:43:48 -0800 Subject: [PATCH] add date and time properties --- _data/core-properties.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/_data/core-properties.yml b/_data/core-properties.yml index 8608e34..d9eb864 100644 --- a/_data/core-properties.yml +++ b/_data/core-properties.yml @@ -287,6 +287,31 @@ en: 1.50 U S dollars - mathml: "£1.50" en: 1.50 pounds + +- property: date + type: time-and-date + applicability: "mrow, mn" + examples: + - mathml: "15.03.2002" + en: "15 dot 0 3 dot 2002" + - mathml: "2002-03-15" + en: "15 dot 0 3 dot 2002" + - mathml: "2002-03-15" + en: "2002 dash 0 3 dash 15" + - mathml: "98/08/26" + en: "98 slash 0 8 slash 26" + + +- property: time + type: time-and-date + applicability: "mrow, mn, msup" + examples: + - mathml: "5:20" + en: "5 20" + - mathml: "18:47" + en: "18 47" + - mathml: "1215" + en: "12 15" - property: roman-numeral