From 83a2574e84c7636f7fb380b0eb29215ac1ddfd22 Mon Sep 17 00:00:00 2001 From: Maciek Sokolewicz Date: Tue, 10 Apr 2007 12:53:24 +0000 Subject: [PATCH] fix typo in section about 2-digit interpretation [again] git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233556 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/strtotime.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/datetime/functions/strtotime.xml b/reference/datetime/functions/strtotime.xml index e013e1d046..3e9dd58eab 100644 --- a/reference/datetime/functions/strtotime.xml +++ b/reference/datetime/functions/strtotime.xml @@ -1,5 +1,5 @@ - + @@ -30,7 +30,7 @@ If the number of the year is specified in a two digit format, the values - between 0-69 are mapped to 2000-2069 and 70-99 to 1970-2000. + between 00-69 are mapped to 2000-2069 and 70-99 to 1970-1999.