array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'datetime.setdate.php', 1 => 'DateTime::setDate', 2 => 'Sets the date', ), 'up' => array ( 0 => 'class.datetime.php', 1 => 'DateTime', ), 'prev' => array ( 0 => 'datetime.set-state.php', 1 => 'DateTime::__set_state', ), 'next' => array ( 0 => 'datetime.setisodate.php', 1 => 'DateTime::setISODate', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/datetime/datetime/setdate.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
DateTime::setDate -- date_date_set — Sets the date
Nesne yönelimli kullanım
Yordamsal kullanım
Resets the current date of the DateTime object to a different date.
Like DateTimeImmutable::setDate() but works with DateTime, and changes the existing object.
The procedural version takes the DateTime object as its first argument.
nesneSadece yordamsal tarz: date_create() tarafından bir DateTime nesnesi döndürülür. İşlev bu nesnede değişiklik yapar.
yearYear of the date.
monthMonth of the date.
dayDay of the date.
Yöntem zincirleme için değişmiş DateTime nesnesi döner.