From 5e45211a64149b3c659b90ff2de6fa982a5a93ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:17:33 +0200 Subject: Adding upstream version 15.5. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/datetime-keywords.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/src/sgml/html/datetime-keywords.html (limited to 'doc/src/sgml/html/datetime-keywords.html') diff --git a/doc/src/sgml/html/datetime-keywords.html b/doc/src/sgml/html/datetime-keywords.html new file mode 100644 index 0000000..ff0cd34 --- /dev/null +++ b/doc/src/sgml/html/datetime-keywords.html @@ -0,0 +1,11 @@ + +B.3. Date/Time Key Words

B.3. Date/Time Key Words

+ Table B.1 shows the tokens that are + recognized as names of months. +

Table B.1. Month Names

MonthAbbreviations
JanuaryJan
FebruaryFeb
MarchMar
AprilApr
May 
JuneJun
JulyJul
AugustAug
SeptemberSep, Sept
OctoberOct
NovemberNov
DecemberDec

+ Table B.2 shows the tokens that are + recognized as names of days of the week. +

Table B.2. Day of the Week Names

DayAbbreviations
SundaySun
MondayMon
TuesdayTue, Tues
WednesdayWed, Weds
ThursdayThu, Thur, Thurs
FridayFri
SaturdaySat

+ Table B.3 shows the tokens that serve + various modifier purposes. +

Table B.3. Date/Time Field Modifiers

IdentifierDescription
AMTime is before 12:00
ATIgnored
JULIAN, JD, JNext field is Julian Date
ONIgnored
PMTime is on or after 12:00
TNext field is time

\ No newline at end of file -- cgit v1.2.3