Function date_create_from_format
Reimplementation of DateTime::createFromFormat for PHP < 5.3. :( Borrowed from http://stackoverflow.com/questions/5399075/php-datetimecreatefromformat-in-5-2
Parameters summary
string |
$date_format |
Date format. |
string |
$date_value |
Date value. |
Return value summary
DateTime
|
DateTime |