Date check for counting 30 days
Posted
by sijith
on Stack Overflow
See other posts from Stack Overflow
or by sijith
Published on 2010-03-25T12:25:50Z
Indexed on
2010/03/25
12:33 UTC
Read the original article
Hit count: 291
Hi,
I want to count the days passed with respect to a given date. I have a predefined date with me and i want to check the days passed, once the day pass 30 days with respect to the given time i want to get a message.
example given date is25/03/2010 and when my system date reaches 25/04/2010 i have to get a message. How can i implement it. please give some help
© Stack Overflow or respective owner