We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17abcc5 + 8c740d3 commit fab833cCopy full SHA for fab833c
1 file changed
user_guide_src/source/libraries/time.rst
@@ -177,7 +177,7 @@ toDateString()
177
Displays just the date portion of the Time::
178
179
$time = Time::parse('March 9, 2016 12:00:00', 'America/Chicago');
180
- echo $time->toDateTimeString(); // 2016-03-09
+ echo $time->toDateString(); // 2016-03-09
181
182
toTimeString()
183
--------------
0 commit comments