From b1927224dcd2387646c410a8ca02907cbc6bdd8e Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Mon, 13 Jul 2009 13:07:50 +0000 Subject: [PATCH] Fix #48887. Typos and incorrect PYMD parameter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284004 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/datetime/sub.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/datetime/datetime/sub.xml b/reference/datetime/datetime/sub.xml index b5b7e6aed5..ebeeb87f48 100644 --- a/reference/datetime/datetime/sub.xml +++ b/reference/datetime/datetime/sub.xml @@ -41,8 +41,8 @@ The amount to be subtracted. For the date use "P3D", "P3M", "P3Y" or a combination of the three e.g. "P2M5D" (Y = Years, M = Months, D = Days.) MUST BE YEAR MONTH DAY FORMAT "P5Y", "P5M2D", "P5Y4D". For the time use - "T3H", "T3M", "T3S" or or a combination of the three e.g. "T5H20M" (H = - Hours, M = Minutes, S = Seconds). For dateTime us "P5D2M4YT5H20M". The + "T3H", "T3M", "T3S" or a combination of the three e.g. "T5H20M" (H = + Hours, M = Minutes, S = Seconds). For dateTime us "P5Y2M4DT5H20M". The digit before the letter (NOT P or T) can be any amount.