question Hi , can you help in getting code if i give Date1= 5 feb 2008 Date2 =7 marh 2008 answer i want is 2 days 1 month 0 year. kindly help ASAP
about java the program is good . but can u help in my problem . my problem is how can,we print the output of java program into printer or in proper view. please reply on my e-mail address looking forward............
Date Difference using in Date Class in date difference in this way only or any other format is there. i have one query. your using calender class i am asking any other way means using Date class using. in this how to calculate seconds,milliseconds,hours days. please let me know the an
Good Program Very good program. It is very easy to understand. Less LOC. Good Perfect. Thanks Really !!!
difference between dates Calendar date1=Calendar.getInstance(); Calendar cal1 = Calendar.getInstance(); cal1.add(Calendar.DATE, 7); Calendar date2=(Calendar)cal1.clone(); long daysBetween = 0; while (date1.before(date2))
Thank you for ur code Date Difference calculation is very well suited for my program...thanks
DateDifference In your DateDiffererence java class, it is giving diffrence between 2 dates in days... but i want duration in months and days... Can u please provide?
Works not with daylight savings Hello Try your program when at the day of daylight savings switch in spring or fall. You will find out that these days have one hour more or less than a normal day. Please correct that code!
Good Helpful for me
no library function Hi, Can you tell me how to calculate diference between 2 dates in days with out using library functions? Thanks in advance!
Don't work This don't work when one of both days is during Daylight Saving Time and the other is not during that time.
About Date difference... Hello... I've accepted the two date values in String datatype variables. If I try to convert them to Date format , it gives mr error "Incompatible type Conversion". How can I find difference between two dates...? Thanks.
question question dear sir/madam my question is how to compare two text format in java..we are java beginners..so we need the complete source code for above mentioned question...we have to compare each and every word
java question - Java Beginners Java Question What is Public, Static, void and main Can anyone please explain the meaning of public static and void main in Java? Public - Means every user can use the method, class or variables whether it's a member
Question - Java Beginners Question How I can Print Following Output By Using any Loops,Help Me output
question on class - Java Beginners question on class A class can act as subclass itself? if yes give me one example if no give me one example
question - Java Beginners a folder in java pls send me the mail immediatly Hi chaitanya, Do u want the program for creating folder in Java or any thing else? Your question is somewhat confusing
java question - Java Beginners java question Given the string "hey how are you today?" how many tokens would you have after breaking up the string using whitespace as a delimiter? Hi Friend, Try the following code: import java.util.*; public
java question - Java Beginners java question given a method header below pulic void setNew Values(doublelen,doublewid) (a)what would happen if i use the method as setNew Values(2,4)and state reason why? Hi Friend, It will accept the integer
java question - Java Beginners java question given a variable declaration of:final int NUMEMPS=100; (A)what happens to the value of variable NUMEMPS if i decide to assign it a value of 50? Hi Friend, If you assign a value to the final variable
java question - Java Beginners java question how would you convert the following values into a string (a)124 (b)5.89 Hi Friend, Try the following code: class Convert { public static void main(String[] args) { int num1=124
JAVA QUESTION - Java Beginners JAVA QUESTION 1) please explain overloading constructors by using... be implemented in Java language in form of multiple methods having the same method name. Java code uses a late-binding for supporting polymorphism, the method which