Results 1 to 3 of 3

Thread: How to use time in application

  1. #1

    Thread Starter
    Member
    Join Date
    May 2001
    Location
    Houston, Tx
    Posts
    36

    How to use time in application

    I am designing an application for employee check in and out system. Right now my application capture the system time. Problem is any one can change the system time and date. is their any other way to capture the time and date, or any suggestion how can i make it work better
    Aali

  2. #2
    Hyperactive Member
    Join Date
    Jan 2001
    Posts
    378
    Is your application client/server? Where is the data being stored? Hopefully the data is being stored on a server and if that's the case you can read the time off the server. Either using the database or IIS depending on what the environment is.

    Or if the application is running on computers with access to the internet you can access time from a number of public servers that provide accurate time....but you don't have to go through with this if you can get it off your own network.

  3. #3

    Thread Starter
    Member
    Join Date
    May 2001
    Location
    Houston, Tx
    Posts
    36
    Thanks for reply. i can read time from server
    Aali

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