git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6618 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2009-06-20 03:00:18 +00:00
parent d63369b5db
commit 7a61db14f3

View file

@ -350,7 +350,7 @@
$t = str_replace(array('-','T',':','.',' '),'',trim($str));
return zdate($t, $format);
} else {
date($format, strtotime(trim($str)));
return date($format, strtotime(trim($str)));
}
}