DateFmt (NotesViewColumn - JavaScript™)
Read-write. The format of date data in a column.
Defined in
NotesViewColumnSyntax
getDateFmt() : int
setDateFmt(format:int) : void
Legal value
0 NotesViewColumn.FMT_YMD
(year, month, and day2 NotesViewColumn.FMT_MD
(month and day)3 NotesViewColumn.FMT_YM
(year and month)6 NotesViewColumn.FMT_Y4M
(4-digit year and month)