PHP » GoLang |
login |
register |
about
|
GoLang IntlCalendar::setTime
request it (263)
GoLang replacement for PHP's IntlCalendar::setTime
[edit | history]
IntlCalendar::setTime(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::setTime — Set the calendar time in milliseconds since the epoch DescriptionObject oriented style
public bool IntlCalendar::setTime
( float
$date
)Procedural style 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. Parameters
Return Values
Returns Examples
Example #1 IntlCalendar::setTime()
<?php The above example will output: 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 |
more
Recently updated
more
Most requested
more
Last requests
|