PHP » GoLang |
login |
register |
about
|
GoLang IntlCalendar::isWeekend
request it (246)
GoLang replacement for PHP's IntlCalendar::isWeekend
[edit | history]
IntlCalendar::isWeekend(PHP 5 >= 5.5.0, PHP 7, PECL >= 3.0.0a1) IntlCalendar::isWeekend — Whether a certain date/time is in the weekend DescriptionObject oriented style
public bool IntlCalendar::isWeekend
([ float
$date = NULL
] )Procedural style Returns whether either the obejctʼs current time or the provided timestamp occur during a weekend in this objectʼs calendar system. This function requires ICU 4.4 or later. Parameters
Return ValuesA bool indicating whether the given or this objectʼs time occurs in a weekend.
The value Examples
Example #1 IntlCalendar::isWeekend()
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|