| Package | Description |
|---|---|
| de.mhus.lib.core.util |
| Modifier and Type | Method and Description |
|---|---|
static BigDate |
BigDate.localToday()
Returns a BigDate object initialised to today's local date.
|
static BigDate |
BigDate.today(TimeZone timeZone)
Returns a BigDate object initialised to the date right now in the given
timezone.
|
static BigDate |
BigDate.UTCToday()
Returns a BigDate object initialised to today's UTC (Greenwich GMT) date,
in other words that date the people in Greenwich England think it is
right now.
|
| Modifier and Type | Method and Description |
|---|---|
static int[] |
BigDate.age(BigDate birthDate,
BigDate asof)
calculate the age in years, months and days.
|
| Constructor and Description |
|---|
BigDate(BigDate b)
Copy constructor
|
Copyright © 2014. All rights reserved.