guys i wanted to convet Jan-04-2007 to 2007-01-04 i tried the date function with strtotime() but it give me 2007-04-01 is there any solutions to this
$date = 'Jan-04-2007'; $date = date('Y-m-d', strtotime(str_replace('-', ' ', $date))); echo $date . '<br />';
Calendar date input formats
thanxs for the help but found a solution to it
found a solution to it
i know in my laxst poxst