From ef4e5befd063a68d31d3a645c309d6c042dd8128 Mon Sep 17 00:00:00 2001 From: "Daniel P. Brown" Date: Wed, 4 Mar 2009 16:49:54 +0000 Subject: [PATCH] Fixes an issue mentioned in a user note by (php AT ekips DOT com) on 2009-03-04. Apparently folks want to get the hour and minute from %R, not just the hour and hour again. Duh. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276769 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/strftime.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/datetime/functions/strftime.xml b/reference/datetime/functions/strftime.xml index efe444067b..a631874df2 100644 --- a/reference/datetime/functions/strftime.xml +++ b/reference/datetime/functions/strftime.xml @@ -1,5 +1,5 @@ - + strftime @@ -214,7 +214,7 @@ %R - Same as "%H:%I" + Same as "%H:%M" Example: 00:35 for 12:35 AM, 16:44 for 4:44 PM