Hallo. How to create variable of type Date?

new Date(“2015-09-18T10:31:10”) getting error “The value 'DynamicObject cannot be passed from one context to another”
Date.parse(“2015-09-18T10:31:10”); this getting double variable, so It’s not fit too.
Hi @Gennadich
I think the correct date constructor in javascript is
Thank’s this works.
