Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0468f8d

Browse files
authoredJul 15, 2019
Add doctrine time support in datetime column
1 parent 4e9598d commit 0468f8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Controller/DatatableController.php

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ private function normalizeValue($originalTypeOfField, $value)
125125
{
126126
switch ($originalTypeOfField) {
127127
case Type::DATETIME:
128+
case Type::TIME:
128129
$value = new DateTime($value);
129130
break;
130131
case Type::BOOLEAN:

0 commit comments

Comments
 (0)
Please sign in to comment.