diff --git a/src/view/form/control/AphrontFormDateControlValue.php b/src/view/form/control/AphrontFormDateControlValue.php
--- a/src/view/form/control/AphrontFormDateControlValue.php
+++ b/src/view/form/control/AphrontFormDateControlValue.php
@@ -207,8 +207,6 @@
       $datetime->format($this->getDateFormat()),
       $datetime->format($this->getTimeFormat()),
     );
-
-    return array($date, $time);
   }
 
   private function newDateTime($date, $time) {