mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6618 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d63369b5db
commit
7a61db14f3
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@
|
||||||
$t = str_replace(array('-','T',':','.',' '),'',trim($str));
|
$t = str_replace(array('-','T',':','.',' '),'',trim($str));
|
||||||
return zdate($t, $format);
|
return zdate($t, $format);
|
||||||
} else {
|
} else {
|
||||||
date($format, strtotime(trim($str)));
|
return date($format, strtotime(trim($str)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue