File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,23 +58,23 @@ today()
5858-------
5959
6060Returns a new instance with the date set to the current date, and the time set to midnight. It accepts strings
61- for the timezone and locale in the second and third parameters::
61+ for the timezone and locale in the first and second parameters::
6262
6363 $myTime = Time::today('America/Chicago', 'en_US');
6464
6565yesterday()
6666-----------
6767
6868Returns a new instance with the date set to the yesterday's date and the time set to midnight. It accepts strings
69- for the timezone and locale in the second and third parameters::
69+ for the timezone and locale in the first and second parameters::
7070
7171 $myTime = Time::yesterday('America/Chicago', 'en_US');
7272
7373tomorrow()
7474-----------
7575
7676Returns a new instance with the date set to tomorrow's date and the time set to midnight. It accepts strings
77- for the timezone and locale in the second and third parameters::
77+ for the timezone and locale in the first and second parameters::
7878
7979 $myTime = Time::tomorrow('America/Chicago', 'en_US');
8080
You can’t perform that action at this time.
0 commit comments