i have to find day difference between two date in android,
i find the difference in days using timemilliseconds()
but is there any other way to find difference?
or you could use http://developer.android.com/reference/java/util/Calendar.html if you need more details about the date difference, e.g http://developer.android.com/reference/java/util/GregorianCalendar.html