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.
2 parents 51cebfd + 0468f8d commit 36000d1Copy full SHA for 36000d1
1 file changed
Controller/DatatableController.php
@@ -113,6 +113,7 @@ private function normalizeValue(string $originalTypeOfField, $value)
113
{
114
switch ($originalTypeOfField) {
115
case Type::DATETIME:
116
+ case Type::TIME:
117
$value = new DateTime($value);
118
119
break;
0 commit comments