How to check expiry date

  • Thread starter Thread starter Naga Kiran
  • Start date Start date
N

Naga Kiran

Hi
i want to set expiration date for my web based application. for eg it has
to be worked for 15 days from the date when it was installed.
More over i dont want to use system date to check the
installed date with current date as because any one can easily change the
system date so tha application may work as it is after crossing the 15 days
also.

Can anybody tell me how to do this one.its very urgent for me.

Thanx in advance
Kiran
 
Naga,

Do you real expect somebody gives that to you via a NewsGroup. When he has
done that the only thing that than has to be done is to search on Google for
his system and it is broken.

Just my thoughts,

Cor
 
Naga Kiran said:
i want to set expiration date for my web based application. for eg it
has
to be worked for 15 days from the date when it was installed.
More over i dont want to use system date to check
the
installed date with current date as because any one can easily change
the system date so tha application may work as it is after crossing
the 15 days also.

If its a web application you could easily check against a time server instead of relying on the local
clock.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Develop ASP.NET applications easier and in less time:
http://www.atozed.com/IntraWeb/
 
Back
Top