Package be.gaudry.model.date
Class DateUtils
java.lang.Object
be.gaudry.model.date.DateUtils
Helps to use dates.
Provided by the broldev.core.model project.
- Since:
- 1.0 Dec 24, 2008, broldev.core.model 0.0.1-SNAPSHOT dependency
- Version:
- 1.0 Dec 24, 2008
- Author:
- Steph GAUDRY
-
Field Summary
-
Method Summary
-
Field Details
-
MILLIS_PER_DAY
public static final long MILLIS_PER_DAYNumber of milliseconds in a day- See Also:
- Constant Field Values
-
-
Method Details
-
computeAge
Compute age of someone. Assume birthday is before today.- Parameters:
birthday
- Date of birth.- Returns:
- age in years
-