XML FOR DOMINO
Represents the localization formats of datetime.
Containment Hierarchy
Contained by: <field>, <column>
Syntax
<!ELEMENT datetimeformat EMPTY>
Attributes
<!ATTLIST datetimeformat
date
The %datetimeformat.calendar; entity defines different types of calendars.
Syntax:
<!ENTITY % datetimeformat.calendar "gregorian | hijri">
The following calendar types are available:
gregorian
<!ENTITY % datetimeformat.date "yearmonthday | year4monthday | monthday | yearmonth | year4month | weekdaymonthdayyear | weekdaymonthday | weekday | month | day | year">
These format options display the current date as follows:
day
<!ENTITY % datetimeformat.show "date | time | datetime">
These format options display the:
<!ENTITY % datetimeformat.time "hourminutesecondhundredths | hourminutesecond | hourminute | hour">
The %datetimeformat.zone; entity defines the frequency options for time zone display.
<!ENTITY % datetimeformat.zone "never | sometimes | always">
Example See Also