Hi, i was trying to do an autorun program that will have some pages unnaccesable before a determinated date. I was thinking doing something iike this
In the menu, when clicking the item of the page it should be something like
If date >= dateallowed
Go to page X
If date <= dateallowed
Show message
But how could i check the date of the pc ?
In the menu, when clicking the item of the page it should be something like
If date >= dateallowed
Go to page X
If date <= dateallowed
Show message
But how could i check the date of the pc ?
Comment