isDateTime ========== Returns whether the variable value type is ``date`` or ``datetime``, as a Boolean value. See also :doc:`../global/variable`. Syntax ------ .. code-block:: javascript isDateTime() Examples -------- .. code-block:: javascript $var('Measurement.start').isDateTime()