From 67f2db5cdf058df9fb7f620af61b8f4002a56ebe Mon Sep 17 00:00:00 2001 From: Maciek Sokolewicz Date: Mon, 9 Apr 2007 13:24:35 +0000 Subject: [PATCH] fix typo in section about 2-digit interpretation (usernote) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233476 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 aa5f877c82..e013e1d046 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-100 to 1970-2000. + between 0-69 are mapped to 2000-2069 and 70-99 to 1970-2000.