I want to calculate the days elapsed for a specific date. I have a predefined date with me, and I want to check the past days, as soon as the day has passed 30 days in relation to this time, I want to receive a message.
An example of a given date is is25 / 03/2010, and when my system date reaches 04/25/2010, I should get a message. How can I implement it. please, help
source
share