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 4d40cfd commit e2ef815Copy full SHA for e2ef815
form/data_transformers.rst
@@ -8,8 +8,8 @@ Data transformers are used to translate the data for a field into a format that
8
be displayed in a form (and back on submit). They're already used internally for
9
many field types. For example, the :doc:`DateType </reference/forms/types/date>` field
10
can be rendered as a ``yyyy-MM-dd``-formatted input text box. Internally, a data transformer
11
-converts the starting ``DateTime`` value of the field into the ``yyyy-MM-dd`` string
12
-to render the form, and then back into a ``DateTime`` object on submit.
+converts the ``DateTime`` value of the field to the ``yyyy-MM-dd`` string
+to render the form, and then back to a ``DateTime`` object on submit.
13
14
.. caution::
15
0 commit comments