Utility library for checking the data type of a supplied parameter
Converts an rgb color to it's corresponding HEX color value
Converts a hex color value to it's coresponding rgb value and returns it in an array like format of red, green, blue color values
Check if a supplied value is a valid Date (instanceof Date or a valid string representation of a date that can be turned into one by instantiating Date class).
Easy date values in string, number, JavaScript Date or object notation format