Author: sletellier Date: 2010-05-25 15:41:02 +0200 (Tue, 25 May 2010) New Revision: 1869 Url: http://nuiton.org/repositories/revision/nuiton-utils/1869 Log: Add 3 method to get the difference between two dates in second, minutes and hours Modified: trunk/src/main/java/org/nuiton/util/DateUtils.java Modified: trunk/src/main/java/org/nuiton/util/DateUtils.java =================================================================== --- trunk/src/main/java/org/nuiton/util/DateUtils.java 2010-05-25 13:36:14 UTC (rev 1868) +++ trunk/src/main/java/org/nuiton/util/DateUtils.java 2010-05-25 13:41:02 UTC (rev 1869) @@ -87,8 +87,8 @@ * The month is the real month of the year and not the one which is stored * in Calendar object. * @param s value of the seconds 1-60 - * @param dd value of the minutes 1-60 - * @param dd value of the hours 1-24 + * @param m value of the minutes 1-60 + * @param h value of the hours 1-24 * @param dd value of the day 1-31 * @param mm value of the month 1-12 * @param yy value of the year 0-9999
participants (1)
-
sletellier@users.nuiton.org