I would like to check if some value can be parsed to a date, which should be easy with JavaScript's function Date.parse() but I get an error saying: TypeError: Date.parse is not a function
Is it possible that Multichain restricts the use of the Date class? I know that Date.now() is restricted but is Date.parse() as well?