From a3e51542c0b5aa27c4948df74fb2a88db2874bdc Mon Sep 17 00:00:00 2001 From: Goran Rakic Date: Fri, 20 Jul 2012 16:02:16 +0300 Subject: [PATCH] Change page title --- _posts/05-03-01-DateTime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/05-03-01-DateTime.md b/_posts/05-03-01-DateTime.md index 60a637f..b7fe666 100644 --- a/_posts/05-03-01-DateTime.md +++ b/_posts/05-03-01-DateTime.md @@ -2,7 +2,7 @@ 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 many date and time related functions in PHP besides DateTime, but it provides nice object-oriented interface to most