Description Use this function to check if a value is null. Syntax isNull(value) Returns Return ValueDescription True/False Returns...
Description Use this function to check if a value is classified as a Number primitive or object. Syntax isNumber(value) Returns Ret...
Description Use this function to check if a value is of the language type Object. Syntax isObject(value) Returns Return ValueDescri...
Description Use this function to check if a value is present. Syntax isPresent(value) Returns Return ValueDescription True/False R...
Description Use this function to check if two given dates fall within the same month and year. It returns true if the two dates are in...
Description Use this function to check if two given dates fall within the same quarter and year. It returns true if the two dates are ...
Description Use this function to check if two given dates fall within the same week, month, and year. It returns true if the two dates...
Description Use this function to check if two given dates fall within the same year. It returns true if the two dates are in the same ...
Description Use this function to check if a given date falls on a Saturday. It returns true if the date is a Saturday, and false other...
Description Use this function to check if a value is classified as a String. Syntax isString(value) Returns Return ValueDescription...