Skip to content

Commit

Permalink
[ci skip] Correction to the 'Dates and Times' library documentation c…
Browse files Browse the repository at this point in the history
  • Loading branch information
jlamim committed Mar 3, 2020
1 parent 0712567 commit cf4275c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user_guide_src/source/libraries/time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@ today()
-------

Returns a new instance with the date set to the current date, and the time set to midnight. It accepts strings
for the timezone and locale in the second and third parameters::
for the timezone and locale in the first and second parameters::

$myTime = Time::today('America/Chicago', 'en_US');

yesterday()
-----------

Returns a new instance with the date set to the yesterday's date and the time set to midnight. It accepts strings
for the timezone and locale in the second and third parameters::
for the timezone and locale in the first and second parameters::

$myTime = Time::yesterday('America/Chicago', 'en_US');

tomorrow()
-----------

Returns a new instance with the date set to tomorrow's date and the time set to midnight. It accepts strings
for the timezone and locale in the second and third parameters::
for the timezone and locale in the first and second parameters::

$myTime = Time::tomorrow('America/Chicago', 'en_US');

Expand Down

0 comments on commit cf4275c

Please sign in to comment.