The date parsing routine of the es5 binary uses Number.parseInt which does not exist in Nashorn. Presumably the code should ...
The parseInt() function parses a string argument and returns an integer of the specified radix (the base in mathematical numeral ...