TimeDateFmt (NotesViewColumn - JavaScript™)
Read-write. The format of time-date data in a column.
Defined in
NotesViewColumnSyntax
getTimeDateFmt() : int
setTimeDateFmt(format:int) : void
Legal value
0 NotesViewColumn.FMT_DATE
(Date only)1 NotesViewColumn.FMT_TIME
(Time only)2 NotesViewColumn.FMT_DATETIME
(Date and time)3 NotesViewColumn.FMT_TODAYTIME
(Date or 'Today' or 'Yesterday' -- and time)