1
0
mirror of https://github.com/php/doc-en.git synced 2026-04-29 02:03:21 +02:00
Commit Graph

22 Commits

Author SHA1 Message Date
AllenJB 3a8c3e77df Enable runnable (WASM) examples for datetime (#4887)
* Enable runnable (WASM) examples for datetime
2025-10-31 10:32:20 +00:00
Máté Kocsis 02ff7fef5b Update ext/date role attributes (#1972) 2022-12-11 16:34:22 +01:00
Derick Rethans c249f3bc56 Incorporate useful information from notes (take #2) 2022-08-25 17:20:54 +01:00
Sergey Panteleev 70fe4159bf Fix some issues in datetime directory
Part of #658
2021-06-10 16:36:10 +03:00
Jiří Pudil e542303a31 Add microseconds support to DateInterval
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342541 c90b9560-bf6c-de11-be94-00142212c4b1
2017-06-05 08:22:07 +00:00
Peter Cowburn e173247cd9 add a see also section to dateinterval::format
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333939 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-25 09:44:35 +00:00
Shein Alexey 3854039e51 Fix typo.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328654 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-04 11:43:56 +00:00
Sherif Ramadan ba85c1721c Update %a format character to reflect correct behavior
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328303 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-11 05:08:16 +00:00
Richard Quadling c86065e294 Proceed (to go forward) => prefixed (added to the beginning of a word)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303920 c90b9560-bf6c-de11-be94-00142212c4b1
2010-10-01 11:59:12 +00:00
Richard Quadling 1b93e89734 Separate constructorsynopsis from methodsynopsis.
Added missing procedural function prototypes to OOP methods.
Updated xi:includes to get OOP style constructor and methodsynopsis only.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299350 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-13 15:33:37 +00:00
Adam Harvey ad31b64bbb Typo fix (thanks Derick!).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299014 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-05 09:50:28 +00:00
Adam Harvey 4943fdaa3f Added an example to make clearer the misunderstanding that led to bug #51737
(Having a bug when using date_diff($t1,$t2)).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298955 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-04 10:06:59 +00:00
Peter Cowburn 9624884930 made carry-over points note read more clearly
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295198 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 09:24:01 +00:00
Kalle Sommer Nielsen f1da80a6d3 Fixed bug #51030 (DateInterval::format() does not handle "carry-over points")
- Patch based on patch by <m dot kurzyna at crystalpoint dot pl>

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295194 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-17 04:59:48 +00:00
Daniel Convissor 28c1a8bfb3 add example to interval format
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293203 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-07 07:02:53 +00:00
Daniel Convissor 7f1a10068f move % spec and note up to top so people can see it more clearly. (based on user note 94040).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292788 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-30 01:55:30 +00:00
Daniel Convissor f28198c479 remove leading 0 from %m example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292787 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-30 01:46:39 +00:00
Torben Wilson af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Nilgün Belma Bugüner c2608e09d8 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283804 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 06:46:52 +00:00
Hannes Magnusson 86f9fdb6d4 Document the format specifiers (shamelessly "copy&pasted" from Dericks
book)
# Fixes bug#48333


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282534 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-21 21:19:05 +00:00
Hannes Magnusson 792debadab Partial fix for bug#48333
# The format chars are YyMmDdHhIiSs and arR%.. need docs :]


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280821 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-19 19:29:15 +00:00
Jakub Vrana 3f6baf5f2e Document datetime classes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272892 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-06 14:55:00 +00:00