|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MissingLocaleException | |
---|---|
com.bankframe.util |
Uses of MissingLocaleException in com.bankframe.util |
---|
Methods in com.bankframe.util that throw MissingLocaleException | |
---|---|
static String |
DateConvertor.convertDateToString(String formattingPattern,
Date dateToConvert)
Deprecated. Method to convert a date object to a string object If the formatting pattern is null, the date will be formatted based on the pattern supplied for the current Locale. |
static Date |
DateConvertor.convertStringToDate(String formattingPattern,
String date)
Deprecated. Method to convert a string object to a date object with no specified time If the formatting pattern is null, the date will be formatted based on the pattern supplied for the current Locale. |
static Date |
DateConvertor.convertStringToDate(String formattingPattern,
String date,
String time)
Deprecated. Method to convert a string object to a date object with a specified time. |
static String |
DateConvertor.getCurrentTime(String formattingPattern)
Deprecated. This method will return a String representing the current time. |
static String |
DateConvertor.getDateString(String formattingPattern,
Date date)
Deprecated. This method will return a string representing the date from a date object in the form implied by the formattingPattern parameter. |
static Locale |
DateConvertor.getLocale()
Deprecated. get method to retrieve the current locale. |
static String |
DateConvertor.getTimeString(String formattingPattern,
Date date)
Deprecated. This method will return a string representing the time from a date object in the form implied by the formattingPattern parameter If the formattingPattern parameter is null the pattern for the Locale is used. |
static String |
DateConvertor.getTodaysDate(String formattingPattern)
Deprecated. This method will return a String representing the today's date. |
static String |
DateConvertor.getTodaysDateAndTime(String formattingPattern)
Deprecated. This method will return a String representing today's date and time. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |