M
M.Smith
I am returning a datetime from SQL and need to populate a field with just
the time...
I have tried:
DateTime.Parse(TheTime.Hour.ToString()) + ":" +
DateTime.Parse(TheTime.Minute.ToString();
But that does not return the correct HOUW format.
Any suggestions?
Marty
the time...
I have tried:
DateTime.Parse(TheTime.Hour.ToString()) + ":" +
DateTime.Parse(TheTime.Minute.ToString();
But that does not return the correct HOUW format.
Any suggestions?
Marty