@@ -49,9 +49,9 @@ This is source::
4949
5050 .. php:class:: DateTime
5151
52- Datetime class
52+ Datetime class
5353
54- .. php:method:: setDate($year, $month, $day)
54+ .. php:method:: setDate($year, $month, $day)
5555
5656 Set the date.
5757
@@ -61,7 +61,7 @@ This is source::
6161 :returns: Either false on failure, or the datetime object for method chaining.
6262
6363
64- .. php:method:: setTime($hour, $minute[, $second])
64+ .. php:method:: setTime($hour, $minute[, $second])
6565
6666 Set the time.
6767
@@ -70,18 +70,20 @@ This is source::
7070 :param int $second: The second
7171 :returns: Either false on failure, or the datetime object for method chaining.
7272
73- .. php:const:: ATOM
73+ .. php:const:: ATOM
7474
7575 Y-m-d\TH:i:sP
7676
7777Result
7878-----------------
7979
8080.. php :class :: DateTime
81+ :nocontentsentry:
8182
82- Datetime class
83+ Datetime class
8384
84- .. php :method :: setDate($year, $month, $day)
85+ .. php :method :: setDate($year, $month, $day)
86+ :nocontentsentry:
8587
8688 Set the date.
8789
9193 :returns: Either false on failure, or the DateTime object for method chaining.
9294
9395
94- .. php :method :: setTime($hour, $minute[, $second])
96+ .. php :method :: setTime($hour, $minute[, $second])
97+ :nocontentsentry:
9598
9699 Set the time.
97100
@@ -100,7 +103,8 @@ Result
100103 :param int $second: The second
101104 :returns: Either false on failure, or the DateTime object for method chaining.
102105
103- .. php :const :: ATOM
106+ .. php :const :: ATOM
107+ :nocontentsentry:
104108
105109 Y-m-d\T H:i: sP
106110
0 commit comments