Tag Archives: diff

Difference between two dates in java

The easiest way to get the difference between two dates without using a third library is using the TimeUnitclass. Be careful, the result is rounded. I use this code mostly when I need to render a human readable interval. Notice … Continue reading

Posted in java programming | Tagged , , | Leave a comment