$date = '11 okt 2010 09:26';$format = '%d %b %Y %R';setlocale(LC_ALL, "sv_SE.UTF-8");print_r(strptime($date, $format));