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 29bdeab commit 529736dCopy full SHA for 529736d
src/Field/Traits/DateTimeResolverTrait.php
@@ -17,6 +17,7 @@ public function build(FieldConfig $config)
17
$config->addArgument(new InputField([
18
'name' => 'format',
19
'type' => new StringType(),
20
+ 'description' => 'PHP date formatting string. Refer to https://devdocs.io/php/function.date',
21
]));
22
}
23
0 commit comments