J
Julian
How can i display the date and time at real-time?Below is the script. Please
advice..
Private Sub txtTimeDAte_Change()
Dim MyDate
MyDate = Now ' MyDate contains the current system date.
txtTimeDAte.Text = Format(MyDate, "dd,mmm yy hh:mm:ss AMPM ")
End Sub
Julian
advice..
Private Sub txtTimeDAte_Change()
Dim MyDate
MyDate = Now ' MyDate contains the current system date.
txtTimeDAte.Text = Format(MyDate, "dd,mmm yy hh:mm:ss AMPM ")
End Sub
Julian