Skip to content

Commit

Permalink
Fix datepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Dec 17, 2024
1 parent 41738b6 commit 3cd3302
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/Sandbox/templates/Bootstrap/localized.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
);

echo $this->Form->create($animal, ['align' => 'horizontal']);
echo $this->Form->control('name');
echo $this->Form->control('comment', ['type' => 'textarea']);
echo $this->Form->control('discovered', ['type' => 'date', 'default' => true]);
echo $this->Form->control('published', ['type' => 'datetime']);
echo $this->Form->control('time', ['type' => 'time', 'second' => true]);
Expand Down

0 comments on commit 3cd3302

Please sign in to comment.