|
Qizx/open API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.axyana.qizxopen.util.DefaultDateSifter
Default DateSifter implementation: uses a DateFormat (by default the short format of the default locale.)
Constructor Summary | |
DefaultDateSifter()
Uses the default locale. |
|
DefaultDateSifter(java.text.DateFormat format)
General case: use a DateFormat. |
Method Summary | |
double |
convert(java.lang.String value)
Converts the date to a double (in milliseconds from 1970-01-01 00:00:00 UTC). |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultDateSifter()
public DefaultDateSifter(java.text.DateFormat format)
Method Detail |
public double convert(java.lang.String value)
DateSifter
convert
in interface DateSifter
|
© 2005 Axyana Software | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |