|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.workjournal.Formats
The Formats class contains constants for formatting dates,
numbers, etc. into text.
| Field Summary | |
static java.text.SimpleDateFormat |
DATE_FORMAT
Basic date format: MM/dd/yyyy |
static java.text.SimpleDateFormat |
DB_DATE_FORMAT
Database date format: yyyy-MM-dd |
static java.text.SimpleDateFormat |
DOW_DATE_FORMAT
Day-of-week date format: EEE MM/dd/yyyy |
static java.text.DecimalFormat |
HOURS_FORMAT
Hours decimal format: ##0.00 |
static java.text.SimpleDateFormat |
HOURS_TIME_FORMAT
Hours time format: HH:mm |
static java.text.SimpleDateFormat |
TIME_FORMAT
Basic time format: hh:mm a |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.text.SimpleDateFormat DATE_FORMAT
public static final java.text.SimpleDateFormat DOW_DATE_FORMAT
public static final java.text.SimpleDateFormat DB_DATE_FORMAT
public static final java.text.SimpleDateFormat TIME_FORMAT
public static final java.text.SimpleDateFormat HOURS_TIME_FORMAT
public static final java.text.DecimalFormat HOURS_FORMAT
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||