zend framework2 - zendframework 2 does not recognize strptime() -
i tried calling strptime() function within zendframework 2 application got error message:
fatal error: call undefined function strptime()
this how called it:
$dateobject = strptime(2014-04-01 , '%d-%m-%y');
i trying convert date timestamp.
alternatively, there way convert date timestamp in zend framework 2
correction!!!!!
hi eveyone.its fault; attempting use striptime() on windows platform. documentation says not run on windows.
Comments
Post a Comment