php8.5
Home/ Manual/ intl / intlgregoriancalendar/ IntlGregorianCalendar::getGregorianChange

IntlGregorianCalendar::getGregorianChange

PHP function Edit on GitHub ✎

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

Get the Gregorian Calendar change date

Description

Oop

IntlGregorianCalendar::getGregorianChange(): float

Procedural

intlgregcal_get_gregorian_change(IntlGregorianCalendar $calendar): float

Gets the Gregorian Calendar change date. This is the point at which the calendar switches from Julian dates to Gregorian dates, expressed as a Unix timestamp in milliseconds. It defaults to midnight (UTC) on October 15, 1582.

Parameters

calendar

An IntlGregorianCalendar instance.

Return Values

Returns the change date.

Source: reference/intl/intlgregoriancalendar/getgregorianchange.xml · from the official PHP manual (php/doc-en)