I have created a Window Based Application using Visual Studio 2008. All the necessary Date entry in the whole Project are dependent on the system date.
I have done the following testings:
1. For example, the Date today is October 20,2009. If I made a transaction for today, it will have a transaction date of October 20,2009.
2. Now, I adjusted the System Date to October 19,2009. I made another transaction and the transaction date is equal to October 19,2009 which is supposed to be equal to October 20,2009 since the date today is October 20,2009.
My question is, is there any possible way for an application to have its own Date/Time to avoid being dependent on the System Date/Time?
Thanks in advance!