Private Sub Question5()
Dim intNum As Integer, intAnswer As Integer, strAnswer As String, intII As Integer, datTime As Date
txtInput.Value = #1:30:00 PM#
datTime = Format (txtInput.Value, "hh:nn AM/PM")
strAnswer = Right(datTime,20
lblBox.caption = strAnswer
End Sub
What is the answer?