|
IntlCalendar::setTimeSet the calendar time in milliseconds since the epoch BeschreibungObjektorientierter Stil
public bool IntlCalendar::setTime
( float
$date
)Prozeduraler Stil
bool intlcal_set_time
( IntlCalendar
$cal
, float $date
)Sets the instant represented by this object. The instant is represented by a float whose value should be an integer number of milliseconds since the epoch (1 Jan 1970 00:00:00.000 UTC), ignoring leap seconds. All the field values will be recalculated accordingly. Parameter-Liste
Rückgabewerte
Returns Beispiele
Beispiel #1 IntlCalendar::setTime
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: samedi 1 juin 2013 12:00:00 heure avancée d’Europe de l’Ouest dimanche 27 octobre 2013 01:30:00 heure avancée d’Europe de l’Ouest dimanche 27 octobre 2013 01:30:00 heure normale d’Europe de l’Ouest |