(PHP 5 >= 5.5.0, PHP 7, PHP 8)
IntlGregorianCalendar::setGregorianChange — Set the Gregorian Calendar change date
Object-oriented style
Procedural style
Sets 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.
calendarAn IntlGregorianCalendar instance.
timestampThe Gregorian Calendar change date, expressed as a Unix timestamp in milliseconds.