In a java program, where the person inserts the day first, then the month, then the year, how do I know how many days have passed from that date inserted until a later date that will also be reported by the person? For example: First reported date: 10/20/1990 Second reported date: 23 // 05/2005 How do I know the total number of days that have passed?