Новости | Документация | Download | Webboard | FAQ | Поиск | Контакты


DateTime::modify

(PHP 5 >= 5.2.0)

DateTime::modifyAlters the timestamp

Описание

public DateTime DateTime::modify ( string $modify )
DateTime date_modify ( DateTime $object , string $modify )

Alter the timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().

Список параметров

object

Procedural style only: A DateTime object returned by date_create()

modify

String in a relative format accepted by strtotime().

Возвращаемые значения

Returns the modified DateTime.

Примеры

Пример #1 A date_modify() example

<?php
$date 
= new DateTime("2006-12-12");
$date->modify("+1 day");
echo 
$date->format("Y-m-d");
?>

Результат выполнения данного примера:

2006-12-13

Смотрите также

  • strtotime() - Преобразует текстовое представление даты на английском языке в метку времени Unix






  Copyright Apache.ru © 1999-2017, All Rights Reserved Разработка сайта: Inside.ru  
  РЕКЛАМА НА САЙТЕ: |