Desktop application validity

Posted by Umesh on Stack Overflow See other posts from Stack Overflow or by Umesh
Published on 2009-10-15T07:47:51Z Indexed on 2010/06/16 1:02 UTC
Read the original article Hit count: 271

Filed under:
|

I am creating a desktop application using AIR. In that application user is allowed to download some resources which have life span of 2 days. I am storing the date when the user is downloaded.

But how can i check whether the date is passed 2 days or not? Right now I am checking with the current system date.But when the user changes the system date to back, it will start to work which i dont want.

How the desktop applications say like flex builder and all having trial period.? How are they tracking the dates remaining?

~Umesh

© Stack Overflow or respective owner

Related posts about time

Related posts about desktop-application