I am using angular material 2 Date-Picker component
The only string input it understands is in ISO date format
Ex. \"2017-11-13T10:39:28.300Z\"
But i
you can change it's format like this:
const Date = Date.replace(/-/g, '/')