Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Sep 7, 2023
1 parent 9728ab0 commit c111568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admin/src/FormField/CreatedAtField.php
Expand Up @@ -35,8 +35,8 @@ class CreatedAtField extends AbstractField
public function formField(FormMapper $form): FormMapper
{
return $form->add('createdAt', DateTimePickerType::class, [
'format' => "yyyy-MM-dd'T'HH:mm",
'datepicker_options' => self::DateTimePickerOptions,
'format' => "yyyy-MM-dd'T'HH:mm",
'label' => $this->admin->getMessagePrefix().'.createdAt.label',
]);
}
Expand Down

0 comments on commit c111568

Please sign in to comment.