Hi,
I have the code below, however it doesn't seem to be converting the timestamp properly. $mytimestamp is in the format YYYYMMDDHHMMSS - the date function does not seem to be converting it correctly.
$mydate= date("D, d M Y G:i:s",strtotime($mytimestamp))
Not sure of what I'm doing incorrectly. Help would be appreciated 🙂