Forum Moderators: phranque
The content would be the same for Jan 1, Feb 1, Mar 1, etc. But, it would need to know how to keep track of leap years and the different numbers of days in different months, so it could "reset" to the first of the next month regardless of how many days the previous month had.
Is there any way to do this? Could it keep track of everything automatically, or could we have it "phone home" somehow to get a list of pictures to display?
None of the screensaver creators I've seen so far will do this. Does anyone have experience creating a screensaver with this kind of functionality?
Thanks,
Matthew
I don't know if you are building a screen saver from scratch, or just using some sort of "wizard". Beit case 1, I'd say search the documentation that came with your developing program, as it will most likely tell you how to use the time and date API seamlessly. Beit case 2, I have no experience with wizards, so I can't help you ;0)
-- Zak
All you would do is do a check on the day of the month and display the related image, leap years, different length months etc would be irrelevant as all you would be testing was the day.
You might consider some sort of geolocation check to grab the relevant "day" for the world zone the accessor resides in, and then adjust from server-time (which would mean it wouldn't matter whether the accessor's machine time was right or not).... but I'm not a programmer, so don't know how you could really do that.
Maybe claus might know?