gethour

  1. rleiman

    Android Question [SOLVED] Return a leading zero if needed using DateTime.GetHour

    Hi Everyone, Using the code below, is there a way to have GetHour and GetMinute display a "0" in front of the string if the returned value is less than 10? If the converted hours = "9" for 9 in the morning, I would like the returned string to have "09" in it. Dim strMyTimeString As String...
Top