日時の表示書式設定

日時の値の場合、表示書式メタデータには日付と時間の書式が含まれます。

表1 日時の表示書式設定
書式設定オプション
type DATETIME
dateDisplayFormat DEFAULT

SHORT_NUM

LONG_NUM

SHORT_TXT

LONG_TXT

FULL

timeDisplayFormat DEFAULT

SHORT

LONG

NONE

日時の表示書式のJSONの例

{
"@class":"com.endeca.portal.format.DateTimeFormatter",
"type":"DATETIME",
"dateDisplayFormat":"LONG_TXT",
"timeDisplayFormat":"LONG"
}