LOTUS DOMINO の XML


datetimeformat 要素

datetime のローカライズ形式を表します。

包含階層

スーパークラス: <field><column>

構文

<!ELEMENT datetimeformat EMPTY>

属性

<!ATTLIST datetimeformat
show(%datetimeformat.show;)#IMPLIED
date(%datetimeformat.date;)#IMPLIED
showtodaywhenappropriate%boolean;"false"
fourdigityear%boolean;"false"
fourdigityearfor21stcentury%boolean;"false"
omitthisyear%boolean;"false"
time(%datetimeformat.time;)#IMPLIED
zone(%datetimeformat.zone;)#IMPLIED
calendar(%datetimeformat.calendar;)#IMPLIED
>

date


fourdigityear
fourdigityearfor21stcentury
omitthisyear
show
showtodaywhenappropriate
time
zone
<datetimeformat> 要素の定義済みエンティティ

%datetimeformat.calendar; エンティティは、さまざまな種類のカレンダーを定義します。

構文:

<!ENTITY % datetimeformat.calendar "gregorian | hijri">

次のカレンダーの種類が使用できます。

gregorian


hijri
%datetimeformat.date; エンティティは、日付形式のオプションを定義します。

構文:

<!ENTITY % datetimeformat.date "yearmonthday | year4monthday | monthday | yearmonth | year4month | weekdaymonthdayyear | weekdaymonthday | weekday | month | day | year">

これらの日付形式のオプションにより、現在の日付は次のように表示されます。

day


month
monthday
weekdaymonthdayyear
weekdaymonthday
weekday
year
year4month
year4monthday
yearmonth
yearmonthday
%datetimeformat.show; エンティティは、日付または時刻、あるいはその両方を表示するオプションを定義します。

構文:

<!ENTITY % datetimeformat.show "date | time | datetime">

これらのオプションにより、次のように表示されます。

date


datetime
time
%datetimeformat.time; エンティティは、時刻形式のオプションを定義します。

構文:

<!ENTITY % datetimeformat.time "hourminutesecondhundredths | hourminutesecond | hourminute | hour">

%datetimeformat.zone; エンティティは、タイムゾーンを表示する頻度のオプションを定義します。

構文:

<!ENTITY % datetimeformat.zone "never | sometimes | always">


関連項目