We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefe903 commit 6e73637Copy full SHA for 6e73637
reference/constraints/DateTime.rst
@@ -87,8 +87,8 @@ format
87
.. versionadded:: 3.1
88
The ``format`` option was introduced in Symfony 3.1.
89
90
-This option allows to validate a custom date format.
91
-See `DateTime::createFromFormat <date_create_from_format>`_ for formatting options.
+This option allows to validate a custom date format. See
+:phpmethod:`DateTime::createFromFormat` for formatting options.
92
93
message
94
~~~~~~~
@@ -98,5 +98,3 @@ message
98
This message is shown if the underlying data is not a valid datetime.
99
100
.. include:: /reference/constraints/_payload-option.rst.inc
101
-
102
-.. _`date_create_from_format`: http://php.net/manual/en/datetime.createfromformat.php
0 commit comments