|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sakaiproject.tool.assessment.qti.util.Iso8601DateFormat
public class Iso8601DateFormat
Based on ISO8601 Specification.
| Field Summary | |
|---|---|
static String |
BASIC_FORMAT
|
| Constructor Summary | |
|---|---|
Iso8601DateFormat()
Creates a new Iso8601DateFormat object. |
|
Iso8601DateFormat(String simpleDateFormatPattern)
DOCUMENT ME! |
|
| Method Summary | |
|---|---|
String |
format(Date date)
DOCUMENTATION PENDING |
Calendar |
parse(String iso8601String)
DOCUMENTATION PENDING |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String BASIC_FORMAT
| Constructor Detail |
|---|
public Iso8601DateFormat()
public Iso8601DateFormat(String simpleDateFormatPattern)
simpleDateFormatPattern - SimpleDateFormat| Method Detail |
|---|
public String format(Date date)
date - DOCUMENTATION PENDING
public Calendar parse(String iso8601String)
throws Iso8601FormatException
iso8601String - DOCUMENTATION PENDING
Iso8601FormatException - DOCUMENTATION PENDING
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||