public class BirthDate extends Object implements Serializable
| Constructor and Description |
|---|
BirthDate() |
BirthDate(Date time) |
BirthDate(String date) |
BirthDate(String value,
String dateFormat) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getAge() |
int |
getAgeAtTimePoint(Date timepoint) |
String |
getAgeString() |
String |
getDate() |
boolean |
isEmpty() |
void |
setDate(String date) |
Date |
toDate() |
String |
toFormat(String format) |
String |
toString() |
public BirthDate(String date)
public BirthDate()
public BirthDate(Date time)
Copyright © 2021. All rights reserved.