We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1429e commit dd32554Copy full SHA for dd32554
README.rst
@@ -78,11 +78,13 @@ Result
78
-----------------
79
80
.. php:class:: DateTime
81
+ :noindexentry:
82
:nocontentsentry:
83
84
Datetime class
85
86
.. php:method:: setDate($year, $month, $day)
87
88
89
90
Set the date.
@@ -94,6 +96,7 @@ Result
94
96
95
97
98
.. php:method:: setTime($hour, $minute[, $second])
99
100
101
102
Set the time.
@@ -104,6 +107,7 @@ Result
104
107
:returns: Either false on failure, or the DateTime object for method chaining.
105
108
106
109
.. php:const:: ATOM
110
111
112
113
Y-m-d\TH:i:sP
0 commit comments