We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1add05a commit 31a1351Copy full SHA for 31a1351
1 file changed
user_guide_src/source/libraries/time.rst
@@ -22,8 +22,12 @@ Instantiating
22
*************
23
24
There are several ways that a new Time instance can be created. The first is simply to create a new instance
25
-like any other class. When you do it this way, you can pass in a string representing the desired time. This can
26
-be any string that PHP's strtotime function can parse:
+like any other class.
+
27
+When you do it this way, you can pass in a string representing the desired time. This can
28
+be any string that PHP's `strtotime()`_ function can parse:
29
30
+.. _strtotime(): https://www.php.net/manual/en/function.strtotime.php
31
32
.. literalinclude:: time/001.php
33
0 commit comments