mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-11 16:23:57 +02:00
Change page title
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
isChild: true
|
isChild: true
|
||||||
---
|
---
|
||||||
|
|
||||||
## Working with date and time
|
## Date and Time
|
||||||
|
|
||||||
PHP has a class named DateTime to help you when reading, writing, comparing or calculating with date and time. There are
|
PHP has a class named DateTime to help you when reading, writing, comparing or calculating with date and time. There are
|
||||||
many date and time related functions in PHP besides DateTime, but it provides nice object-oriented interface to most
|
many date and time related functions in PHP besides DateTime, but it provides nice object-oriented interface to most
|
||||||
|
Reference in New Issue
Block a user