File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,8 @@ If the ``widget`` option is set to ``single_text``, this option specifies
107107the format of the input, i.e. how Symfony will interpret the given input
108108as a datetime string. It defaults to the `RFC 3339 `_ format which is used
109109by the HTML5 ``datetime `` field. Keeping the default value will cause the
110- field to be rendered as an ``input `` field with ``type="datetime" ``.
110+ field to be rendered as an ``input `` field with ``type="datetime" ``. For
111+ more information on valid formats, see `Date/Time Format Syntax `_.
111112
112113.. include :: /reference/forms/types/options/hours.rst.inc
113114
@@ -216,3 +217,4 @@ Field Variables
216217+----------+------------+----------------------------------------------------------------------+
217218
218219.. _`RFC 3339` : https://tools.ietf.org/html/rfc3339
220+ .. _`Date/Time Format Syntax` : http://userguide.icu-project.org/formatparse/datetime#TOC-Date-Time-Format-Syntax
You can’t perform that action at this time.
0 commit comments