|
IntlCalendar::equalsCompare time of two IntlCalendar objects for equality DescriptionObject oriented style
public bool IntlCalendar::equals
( IntlCalendar
$other
)Procedural style
bool intlcal_equals
( IntlCalendar
$cal
, IntlCalendar $other
)Returns true if this calendar and the given calendar have the same time. The settings, calendar types and field states do not have to be the same. Parameters
Return Values
Returns Examples
Example #1 IntlCalendar::equals
<?php |