We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbbd7e commit f55ddd2Copy full SHA for f55ddd2
1 file changed
user_guide_src/source/libraries/time.rst
@@ -457,7 +457,7 @@ Works exactly the same as ``isBefore()`` except checks if the time is after the
457
Viewing Differences
458
===================
459
460
-To compare two Times directly, you would use the ``difference()`` method, which returns a ``CodeIgniter\\I18n\\TimeDifference``
+To compare two Times directly, you would use the ``difference()`` method, which returns a ``CodeIgniter\I18n\TimeDifference``
461
instance. The first parameter is either a Time instance, a DateTime instance, or a string with the date/time. If
462
a string is passed in the first parameter, the second parameter can be a timezone string::
463
0 commit comments