Difference between current date and entered date in android
问题 Here I am finding the difference between the entered date and current date. I mean I am trying to find the no of days between two Dates. If both the dates are in the same month, I am getting correct value if the dates are in different months, the difference value is incorrect. I am not getting how to rectify this one. can anyone pls help me get this one? This is my code: public class MyService extends Service { String dayDifference; NotificationManager manager; Notification myNotication;