Sep 4, 2001 #1 smcmanus Technical User Joined Aug 1, 2001 Messages 25 Location CA I am using the calendar control, but also want to insert the time. Appreciate your response. Thanks Shannon
I am using the calendar control, but also want to insert the time. Appreciate your response. Thanks Shannon
Sep 4, 2001 #2 mbpiper Programmer Joined Dec 17, 2000 Messages 36 Location US is this what you want? label1.Caption = Calendar1.value & " " & Format(Now, "HH:MM:SS AM/PM" Upvote 0 Downvote
is this what you want? label1.Caption = Calendar1.value & " " & Format(Now, "HH:MM:SS AM/PM"