IntlCalendar::setLenient
Set whether date/time interpretation is to be lenient
Description
public ReturnType IntlCalendar::setLenient
( string $isLenient
)
Parameters
-
isLenient
-
Use TRUE
to activate the lenient mode; FALSE
otherwise.
Return Values
Returns TRUE
on success. Failure can only happen due to invalid parameters.
Examples
See the example in IntlCalendar::isLenient.