I have this string value
var d = "2016-01-07 09"
It's a string that contains a date with hour without minutes, seconds and millis. I want to trasform into Datetime with this format
2016-01-07 09:00:00:000
I know that it sounds stupid but this stuff makes me crazy. Thanks for support.