Return a new DateTime object, set a new date, and then format the date:
The date_date_set() function sets a new date.
| Parameter | Description |
|---|---|
| object | Required. Specifies a DateTime object returned by date_create() |
| year | Required. Specifies the year of the date |
| month | Required. Specifies the month of the date |
| day | Required. Specifies the day of the date |
| Return Value: | Returns a new DateTime object on success. FALSE on failure |
|---|---|
| PHP Version: | 5.2+ |
| Changelog: | From PHP 5.3+; changed the return value from NULL to DateTime (on success) |
PHP Date/Time Reference
Your message has been sent to W3Schools.