pretty-easy-dates
Easy date values in string, number, JavaScript Date or object notation format
pretty-easy-date-check
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).
pretty-easy-hex-to-rgb
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