|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Objectf_dateFormat
public class f_dateFormat
f_dateFormat class
| Field Summary | |
|---|---|
static String |
INVALID_DATE_ERROR
|
static String |
INVALID_MONTH_ERROR
|
static String |
INVALID_YEAR_ERROR
|
| Method Summary | |
|---|---|
static String |
FormatDate(Date date,
String format,
f_locale locale)
|
static Date |
ParseDate(String text,
String format,
Date twoDigitYearStart,
f_locale locale)
|
static Number |
ResolveYear(Number year,
Number month,
Number date,
Date twoDigitYearStart,
f_locale locale)
|
| Methods inherited from class Object |
|---|
toString |
| Field Detail |
|---|
public static final String INVALID_YEAR_ERROR
public static final String INVALID_DATE_ERROR
public static final String INVALID_MONTH_ERROR
| Method Detail |
|---|
public static final Date ParseDate(String text,
String format,
Date twoDigitYearStart,
f_locale locale)
text - Text to parse.format - Expression of parsing.twoDigitYearStart - locale - Locale used by parsing.
public static final String FormatDate(Date date,
String format,
f_locale locale)
date - Date to format.format - Expression of format.locale - Locale used by format.
public static final Number ResolveYear(Number year,
Number month,
Number date,
Date twoDigitYearStart,
f_locale locale)
year - month - date - twoDigitYearStart - locale -
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||