Method parse(String source, ParsePosition pos)
Return type:
java.util.Date
Member of:
java.text.DateFormat
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
aDate = formatter.parse("12-07-1941", new ParsePosition(0));
2
Date date1 = format.parse(str1, pos1);
3
dateValue = formatter.parse(value, new ParsePosition(0));
4
dVal = _fmts[i].parse((String)value, new ParsePosition(0));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.