Results 1 to 6 of 6

Thread: Time & Date [solved]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Utah
    Posts
    397

    Time & Date [solved]

    I have a problem im trying to get the Date and Time to be displayed on labels so i have:
    VB Code:
    1. label1.caption = Date
    which works and perfectly displays the Date

    but...

    VB Code:
    1. label2.Caption = Time
    doesn't work, but it should, all that is displayed on label2 is "True"

    why doesn't Time work while Date works? what am i doing wrong?
    Last edited by Narfy; Dec 20th, 2003 at 01:49 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width