LOTUS DOMINO の XML
datetime のローカライズ形式を表します。
包含階層スーパークラス:<field>、 <column> 構文<!ELEMENT datetimeformat EMPTY> 属性<!ATTLIST datetimeformat
date
<!ENTITY % datetimeformat.calendar "gregorian | hijri">
次のカレンダーの種類が使えます。
gregorian
構文:
<!ENTITY % datetimeformat.date "yearmonthday | year4monthday | monthday | yearmonth | year4month | weekdaymonthdayyear | weekdaymonthday | weekday | month | day | year">
これらの日付形式のオプションにより、現在の日付は次のように表示されます。
day
<!ENTITY % datetimeformat.show "date | time | datetime">
これらのオプションにより、次のように表示されます。
<!ENTITY % datetimeformat.time "hourminutesecondhundredths | hourminutesecond | hourminute | hour">
%datetimeformat.zone; エンティティは、タイムゾーンを表示する頻度のオプションを定義します。
<!ENTITY % datetimeformat.zone "never | sometimes | always">
例 関連項目