I have a problem with Substring function. As you can see on Watch window shcreenshot I have the variable called val equal to 03.09.2015 17:30
I do not understand why but
val.Substring(0,2) returns 0 instead of 03
val.Substring(0,3) returns 03 (string of two symbols)
What am I doing wrong?