DateFmt (Java™)
Read-write. The format of date data in a column.
Note: This property is read-write with Release
6.5.
Data type
int
Syntax
public int getDateFmt()
throws NotesException
public void setDateFmt(int format)
throws NotesException
Legal values
- ViewColumn.FMT_MD (month and day)
- ViewColumn.FMT_YM (year and month)
- ViewColumn.FMT_Y4M (4-digit year and month)
- ViewColumn.FMT_YMD (year, month, and day
Usage
See TimeFmt for the time format. See TimeDateFmt for the time-date format. See TimeZoneFmt for the time zone format.