I have a problem im trying to get the Date and Time to be displayed on labels so i have:
which works and perfectly displays the DateVB Code:
label1.caption = Date
but...
doesn't work, but it should, all that is displayed on label2 is "True"VB Code:
label2.Caption = Time
why doesn't Time work while Date works? what am i doing wrong?
