|
JDatePicker v4.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The date parser interface defines the operation that must be implemented
by any other object wants to scan a text in order to produce a date. Such a
parser can be plugged in any JDateEditComponent
to customise the way dates are entered.
| Method Summary | |
java.util.Date |
parse(java.lang.String text,
java.util.Date reference,
java.text.DateFormat format)
Parses a text that could be represented using a certain date format to determine the date it represents. |
| Method Detail |
public java.util.Date parse(java.lang.String text,
java.util.Date reference,
java.text.DateFormat format)
throws DateParserException
text - text representation of a possible datereference - possible reference date the parser could use to compute
the new dateformat - date format that could be used to represent the date in
text form
DateParserException - if the parsed text does not match a date
|
JDatePicker v4.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Visit www.jdatepicker.com for further information or send us your suggestions.
Copyright © 2003-2007 Stand By Soft Ltd. All Rights Reserved.