Fix #48887. Typos and incorrect PYMD parameter

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284004 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Richard Quadling 2009-07-13 13:07:50 +00:00
parent f453b3a78c
commit b1927224dc

View file

@ -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.
</para>
</listitem>