Link to home
Start Free TrialLog in
Avatar of Tony Giangreco
Tony GiangrecoFlag for United States of America

asked on

Need screen saver or app that displays the current date 16 years ago

I need a way to display the date 16 years back every day... a dymanic date shown on the desktop to the user so she knows the date 16 years ago. It must update daily. This can be an app or website. There should be no input required by the user. They are brainless...

This is to provide quick verifycation for kids trying to gain access to services only available to ages 16 and older.
Avatar of Sean Scissors
Sean Scissors
Flag of United States of America image

Using something like the option below you should be able to just set the date to 16 years ago from when you install it and from then on it will not automatically update to the present day but instead stay exactly 16 years behind.

http://www.snapfiles.com/screenshots/screencalendar.htm

If that doesn't work I can see what other kind of programs there are.
Avatar of Tony Giangreco

ASKER

I've downloaded and installed it to test. I don't see any option to tell it to display the date 16 years ago. It allows you to select a specific date, but the 16 year ago date moves one daya ahead every day. It must calculate that date and display it. Just like the 21 year old calendar that says "You must be born after this date to by alcholic beverages".
ASKER CERTIFIED SOLUTION
Avatar of Gary Case
Gary Case
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I have searched and searched and there really is no easy desktop solution. There are devices you can buy but really the most common thing is inputting a birthdate and then it calculates the year. If they aren't too brainless to get a birthday, then they could do that. That is very easy to find and free.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi DanCh99,

I;ve installed and tested BgInfo on my desktop and found a way to display the date 16 years ago. In the forum on that site, it was suggested to use this code which works great:
' Special BGInfo Script
' ID Date v1.1
' Programmed by WindowsStar - Free to Use 2011
' ---------------------------------------------
Echo DateAdd("yyyy", -16, Date())

The only problem I have on the client Pc is when I go to save it, I get this error: An error occured while attempting to set the new desktop settings. Please ensure the user has rights to change the desktop settings. This program is blocked by group policy.

I'm logged on as the admin (administrator level in Users and I turned User Access Control off).
Hi garycase,

Using your suggestion, I've creatd a quick spreadsheet that appears to be the best solution. My next question is now do I change the mont to display in text like Dec 10, 2011

Right now it's 12/11/2011
the 16 year date displays 12/11/1995
Hi Garycase,

Sorry for the question... I found the solution. I haven't done date formatting in a while, but I found it under formats.
The BgInfo app only displayed the same date but would not display the curent date. gary had the best solution to s difficult request.

Thanks!!!