Returns the current-moment value type applicable to a column: today()
(StrictDate) for date columns, now() (DateTime) for date-time columns.
Returns undefined for columns which carry no date (e.g. a time-of-day
column), since a current-moment date value is meaningless there.
Returns the current-moment value type applicable to a column:
today()(StrictDate) for date columns,now()(DateTime) for date-time columns. Returnsundefinedfor columns which carry no date (e.g. a time-of-day column), since a current-moment date value is meaningless there.