mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
f453b3a78c
commit
b1927224dc
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue