I am writing a time clock program. I don't want the user to be able to change the system date and time. Is there a way to restrict this?
Also Can I compare the date and time to the last punch in. For expamle if time or date is less than last person punch in then system gives error.
if so , How do I compare date and time. I try to use timenow.text<timelast.text and it did not work.
Kay
Also Can I compare the date and time to the last punch in. For expamle if time or date is less than last person punch in then system gives error.
if so , How do I compare date and time. I try to use timenow.text<timelast.text and it did not work.
Kay