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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -