Static Public Member Functions |
static String | determineDateFormat (String dateString) |
| Determine SimpleDateFormat pattern matching with the given date string.
|
Protected Attributes |
Date | when = null |
Constructor & Destructor Documentation
sfi.director.util.DateInOut.DateInOut |
( |
String |
date, |
|
|
boolean |
isLocal |
|
) |
| throws ArgumentException |
sfi.director.util.DateInOut.DateInOut |
( |
Long |
millis | ) |
|
Member Function Documentation
static String sfi.director.util.DateInOut.determineDateFormat |
( |
String |
dateString | ) |
|
|
static |
Determine SimpleDateFormat pattern matching with the given date string.
Returns null if format is unknown. You can simply extend DateUtil with more formats if needed.
- Parameters
-
dateString | The date string to determine the SimpleDateFormat pattern for. |
- Returns
- The matching SimpleDateFormat pattern, or null if format is unknown.
- See Also
- SimpleDateFormat
Referenced by sfi.director.util.DateInOut.DateInOut().
long sfi.director.util.DateInOut.epochDays |
( |
| ) |
|
Date sfi.director.util.DateInOut.getDate |
( |
| ) |
|
String sfi.director.util.DateInOut.stdDate |
( |
| ) |
|
Member Data Documentation
Date sfi.director.util.DateInOut.when = null |
|
protected |
The documentation for this class was generated from the following file: