Convert British format date to American format?
I would like to convert dates in the following format (19/08/2007 17:56:22 +0100) into this format: 2007-08-19 17:56:22. Basically I need to get the unix timestamp for the formatted date and I cannot find a way to do this with php if the date is in British format.
thanks in advance!
|