I have string:
\"Lundi, 08 Juillet 2013 09:09\"
How can I parse this type string?
I try:
$date = \'08 Juillet 2013 09:0
You could use strftime. If there's only one language and you use shared hosting where french isn't supported, you could build an array with the months, and replace them with the english version.