Some 2.0 weirdness i'm seeing if anyone knows. I have a script parameter of type Date that I am reading. For example I have 11/29/2016 in there. When it reads the value, it's a string with the value 2016-11-29T080000.000Z. When I parse it, which SHOULD give me a raw date object, I still get a string with the value 2016-11-29T080000.000Z. Has anyone else run into this? I want a date object so that I can use it w/ moment to do date manipulation