1
I need to break a variable to get the value of the database. Today my full return would be "2017-09-15T14:01:46" I need only 2017-09-15 and 14:01, tried to do
.Substring(0,10) for the date and worked, already for the time tried Substring(11,16) and occurs the error that is in the question title.