Hi. I'm trying to write a program that prompts the user of a message at a particular date. For example, a memorable date is set, and the program recognises this date from the code and lists a message.
I would like to know how to make something that can capture the date, and use this information to perform tasks on the particular day. I know that the program would have to run everytime it boots to perform this well, but I've already implemented that bit.
Thanks