get date from string php - UK date

Posted by julio on Stack Overflow See other posts from Stack Overflow or by julio
Published on 2010-04-22T17:51:43Z Indexed on 2010/04/22 17:53 UTC
Read the original article Hit count: 140

Filed under:
|
|

Hi-- I have a UK date in the format "06/Apr/2010 13:24" that I need to insert into a mysql db date field.

The PHP strtotime function can't handle this string-- has anyone got any ideas other than writing a custom function?

Thanks!

© Stack Overflow or respective owner

Related posts about php

Related posts about strtotime