Results 1 to 2 of 2

Thread: Date

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2000
    Location
    Singapore
    Posts
    98
    Hi guys, is there supposed to be a function to subtract 2 time (Eg: 9.30pm, 10.00pm) i supply and it will give me the secs.

  2. #2
    Guest
    Use the DateDiff function.

    Code:
    MsgBox DateDiff("s", "9:30", "10:00")

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