-
Date Prog
Can someone explain to me how to make a program like..a schedule? (It's a timer type thing for when my snake will next eat...) she eats every 8 days. is there an easier way than doing some formula besies doing an The...If statement for every date + 8?:eek:
-
Well
You want to create a program to track one date, to see if 8 days has passed? :confused:
-
yes! like an alarm clock with days...it goes off every 8 days
-
Quick App
Here's something I made real quick. The basics are there but you'll probably want to pretty it up a little bit. When you are done with it you will also probably want to compile it and throw it in startup so it starts every time you start your computer.