Download Free English Song Albums Here

Friday

Java Simple Example-1

Java get number of days between dates:

In order to get the number of days between two dates, the given example has set two dates by using the Calendar.set(int year, int month, int date). The months in Java is started from 0 to 11 instead of 1 to 12, therfore we have used 8 for the month September and 9 for the month October. The given dates are 2008,Sep,1 and 2008,Oct,31 respectively.

getTime() method of Calendar class- This method returns the Calendar's time value.
getTime() method of Date class- This method returns the number of milliseconds represented by the date object.

 Following code returns the number of days between two dates:

return (int)( (d2.getTime() - d1.getTime()) / (1000 * 60 * 60 * 24));

Here is the code of DateDifference .java

import java.util.*;
 public class DateDifference {
 public static void main(String args[]){
 DateDifference difference = new DateDifference();
 }
 DateDifference() {
 Calendar cal1 = new GregorianCalendar();
 Calendar cal2 = new GregorianCalendar();

 cal1.set(200881); 
 cal2.set(2008931);
 System.out.println("Days= "+daysBetween(cal1.getTime(),cal2.getTime()));
 }
 public int daysBetween(Date d1, Date d2){
 return (int)( (d2.getTime() - d1.getTime()) / (1000 60 60 24));
 }
 }

Output will be displayed as



Related Post:

No comments:

Post a Comment

More Posts

Justin Bieber Albums Download - Under the Mistletoe 2011 Justin Bieber feat. Usher - The Christmas Song Justin bieber 2011 New Album And Top Songs Justin Bieber Albums - Never Say Never - The Remixes 2011 Justin bieber Albums - Justin Bieber - My Worlds The Collection (Acoustic) 2010 Justin Bieber Songs - My world 2.0 (2010) - Justin Bieber - Mp3.320 kbps.VBR - Inc Covers & bonus tracks -Mediafire
Justin Bieber Albums Download - Under the Mistletoe 2011 Justin Bieber feat. Usher - The Christmas Song Justin bieber 2011 New Album And Top Songs Justin Bieber Albums - Never Say Never - The Remixes 2011 Justin bieber Albums - Justin Bieber - My Worlds The Collection (Acoustic) 2010 Justin Bieber Songs - My world 2.0 (2010) - Justin Bieber - Mp3.320 kbps.VBR - Inc Covers & bonus tracks -Mediafire
50 Cent Albums Download (8) Akon Albums Download (11) Albums Released This November (17) Albums Released This October (24) Ashley Tisdale Albums Download (2) Avril Lavigne Albums Download (4)
+ Grab this