@Deprecated public class EnglishDateTimeUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
protected static String |
date2Week(String iso)
Deprecated.
|
protected static String |
day2Iso(String month,
String day)
Deprecated.
|
protected static int |
day2Num(int month,
String day)
Deprecated.
|
protected static String |
month2Iso(String month)
Deprecated.
|
protected static int |
month2Num(String month)
Deprecated.
|
protected static int |
nthDOW2Date(int month,
int dow,
int nth,
int year)
Deprecated.
Figures the nth DOW in month
as a date for a given year.
|
protected static String |
year2Iso(String year)
Deprecated.
Takes a basic string representation of year and returns a normalized ISO representation
ISO 8601 prescribes a four digit year "YYYY". |
protected static int |
year2Num(String year)
Deprecated.
|
protected static int nthDOW2Date(int month,
int dow,
int nth,
int year)
protected static int month2Num(String month)
protected static int day2Num(int month,
String day)
protected static int year2Num(String year)
protected static String year2Iso(String year)
year -