DateFormat.setLenient
Class Overview | Class Members |
This Package |
All Packages
public void setLenient( boolean lenient )
Description
Specify whether or not date/time parsing is to be lenient. With
lenient parsing, the parser may use heuristics to interpret inputs that
do not precisely match this object's format. With strict parsing,
inputs must match this object's format.
See Also
setLenient