|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BbLocale.Date | |
|---|---|
| blackboard.platform.intl | |
| Uses of BbLocale.Date in blackboard.platform.intl |
|---|
| Fields in blackboard.platform.intl declared as BbLocale.Date | |
|---|---|
static BbLocale.Date |
BbLocale.Date.DEFAULT
|
static BbLocale.Date |
BbLocale.Date.FULL
a date of the form: Friday, April 10, 1998 |
static BbLocale.Date |
BbLocale.Date.LONG
a date of the form: April 10, 1998 |
static BbLocale.Date |
BbLocale.Date.MEDIUM
a date of the form: 10-Apr-98 |
static BbLocale.Date |
BbLocale.Date.SHORT
a date of the form: 4/10/98 |
| Methods in blackboard.platform.intl that return BbLocale.Date | |
|---|---|
static BbLocale.Date |
BbLocale.Date.fromExternalString(java.lang.String externalString)
Returns the BbLocale.Date element specified by the externalString. |
static BbLocale.Date[] |
BbLocale.Date.getValues()
Returns an array of all of the elements in this enumeration. |
| Methods in blackboard.platform.intl with parameters of type BbLocale.Date | |
|---|---|
java.lang.String |
BbLocale.formatDate(java.util.Date date,
BbLocale.Date dateStyle)
Formats a date (not including time portion) according to the current locale and given date style and returns it as a string. |
java.lang.String |
BbLocale.formatDateTime(java.util.Date dateTime,
BbLocale.Date dateStyle,
BbLocale.Time timeStyle)
Formats a date/time according to the current locale and the given date and time styles and returns it as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||