data conversion

  1. 1

    Converting String to Time(0).

    Dim input As String = "10:20:00" How am i able to covert input as string to Time(0) data type? Desired output: 10:20:00 (as Time(0) to be store in my database). Urgent help needed. Many Thanks, 10e5x
Back
Top