diff --git a/date_api/date_api.module b/date_api/date_api.module
index 92d3237..0e00cf0 100644
--- a/date_api/date_api.module
+++ b/date_api/date_api.module
@@ -203,6 +203,7 @@ class DateObject extends DateTime {
    *   large years, which php's parser fails on.
    */
   public function __construct($time = 'now', $tz = NULL, $format = NULL) {
+    parent::__construct();
     $this->timeOnly = FALSE;
     $this->dateOnly = FALSE;
 
