Fecha/Hora
PHP Manual

date_isodate_set

(PHP 5 >= 5.1.0)

date_isodate_set — Sets the ISO date

Descripción

void date_isodate_set ( DateTime $object , int $year , int $week [, int $day ] )
void DateTime::setISODate ( int $year , int $week [, int $day ] )

Lista de parámetros

object

DateTime object.

year

Year of the date.

week

Week of the date.

day

Day of the date.

Valores retornados

Returns NULL on success or FALSE on failure.

Ver también


Fecha/Hora
PHP Manual