Skip to content

Commit 31a1351

Browse files
committed
docs: add link to php.net
1 parent 1add05a commit 31a1351

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

user_guide_src/source/libraries/time.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ Instantiating
2222
*************
2323

2424
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:
25+
like any other class.
26+
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
2731

2832
.. literalinclude:: time/001.php
2933

0 commit comments

Comments
 (0)