I want to organize some kinds of actions in different periods of time, for example i want to make some UPDATES in certain days (the end of the month, the beginning of the next month, one specific day at one specific hour)...
In my example i have to follow some records that have int variable and i want to turn their values to 0 ad a certain time.
I've tried to use the sleep function but it loops over and over and i think this is not a usable solution...
Any solution?
Thanks