[SLOVED] CDateTimeParser::parse() can't work!


var_dump(CDateTimeParser::parse('11/03/2010 12:57:21','d/m/Y H:i:s'));

Return:


bool(false) 

Take a look at the documentation for the right pattern

http://www.yiiframework.com/doc/api/CDateTimeParser

i get it~!

but, i think support PHP DATE Format, it will be useful!