SimpleExcel.php
authorAlan Knowles <alan@roojs.com>
Thu, 6 Dec 2012 07:43:40 +0000 (15:43 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Dec 2012 07:43:40 +0000 (15:43 +0800)
SimpleExcel.php

index 82ca70e..a0128fe 100644 (file)
@@ -91,7 +91,7 @@ class Pman_Core_SimpleExcel extends Pman
     static function date($str)
     {
         
-        return (strtotime($str . 'UTC') +  (86400 *  25569)) / 86400;
+        return (strtotime($str . ' UTC') +  (86400 *  25569)) / 86400;
         
     }